#F14CAB

Color #F14CAB Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F14CAB

Tints of Brilliant Rose #F14CAB

Color information

#F14CAB (or 0xF14CAB) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4C and AB. RGB value is (241,76,171). Sum of RGB (Red+Green+Blue) = 241+76+171=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CAB is #0EB354. Grayscale: #878787. Windows color (decimal): -963413 or 11226353. OLE color: 11226353.

HSL color Cylindrical-coordinate representation of color #F14CAB: hue angle of 325.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14CAB is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB24176171-
CMYK00.680.290.05
HSL325.45º85.49%62.16%-
HSV(B)325.45º68.46%94.51%-
XYZ46.2126.8141.27-
YUV136.16147.66202.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 76 (30.08% from 255) = 15.57%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=49.39%
G=15.57%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417617100.680.290.05325.4585.4962.16
HexF14CAB0441D5145553e
Octal361114253010435550512576
Binary1111000110011001010101101000100111011011010001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14CAB; }

 p { color: rgb(241,76,171); }

 H1.HeaderClassName
 {
   color: #F14CAB;
 }
 .AnyTagClassName
 {
   color: #F14CAB;
 }
</style>
background-color css

<style>
 a { background-color: #F14CAB; }

 a { background-color: rgb(241,76,171); }

 div.DivClassName
 {
   background-color: #F14CAB;
 }
 .BgClassName
 {
   background-color: #F14CAB;
 }
</style>
border-color css

<style>
 span { border-color: #F14CAB; }

 span { border-color: rgb(241,76,171); }

 td.TdClassName
 {
   border-color: #F14CAB;
 }
 .TagClassName
 {
   border-color: #F14CAB;
 }
</style>