#F14CA3

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

Shades of Brilliant Rose #F14CA3

Tints of Brilliant Rose #F14CA3

Color information

#F14CA3 (or 0xF14CA3) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4C and A3. RGB value is (241,76,163). Sum of RGB (Red+Green+Blue) = 241+76+163=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CA3 is #0EB35C. Grayscale: #878787. Windows color (decimal): -963421 or 10702065. OLE color: 10702065.

HSL color Cylindrical-coordinate representation of color #F14CA3: hue angle of 328.36º 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 #F14CA3 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB24176163-
CMYK00.680.320.05
HSL328.36º85.49%62.16%-
HSV(B)328.36º68.46%94.51%-
XYZ45.4726.5137.37-
YUV135.25143.66203.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.21%
GREEN value IS 76 (30.08% from 255) = 15.83%
BLUE value IS 163 (64.06% from 255) = 33.96%
R=50.21%
G=15.83%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417616300.680.320.05328.3685.4962.16
HexF14CA3044205148553e
Octal361114243010440551012576
Binary11110001100110010100011010001001000001011010010001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14CA3; }

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

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

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

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

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

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

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

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