#F14CBA

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

Shades of Brilliant Rose #F14CBA

Tints of Brilliant Rose #F14CBA

Color information

#F14CBA (or 0xF14CBA) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4C and BA. RGB value is (241,76,186). Sum of RGB (Red+Green+Blue) = 241+76+186=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CBA is #0EB345. Grayscale: #898989. Windows color (decimal): -963398 or 12209393. OLE color: 12209393.

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

Color convert

RGB24176186-
CMYK00.680.230.05
HSL320º85.49%62.16%-
HSV(B)320º68.46%94.51%-
XYZ47.7227.4149.23-
YUV137.88155.16201.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 76 (30.08% from 255) = 15.11%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=47.91%
G=15.11%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417618600.680.230.0532085.4962.16
HexF14CBA044175140553e
Octal361114272010427550012576
Binary1111000110011001011101001000100101111011010000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14CBA; }

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

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

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

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

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

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

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

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