#F95CA0

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

Shades of Brilliant Rose #F95CA0

Tints of Brilliant Rose #F95CA0

Color information

#F95CA0 (or 0xF95CA0) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5C and A0. RGB value is (249,92,160). Sum of RGB (Red+Green+Blue) = 249+92+160=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95CA0 is #06A35F. Grayscale: #929292. Windows color (decimal): -435040 or 10509561. OLE color: 10509561.

HSL color Cylindrical-coordinate representation of color #F95CA0: hue angle of 334.01º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95CA0 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB24992160-
CMYK00.630.360.02
HSL334.01º92.9%66.86%-
HSV(B)334.01º63.05%97.65%-
XYZ49.2430.3336.52-
YUV146.7135.51200.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=49.70%
G=18.36%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499216000.630.360.02334.0192.966.86
HexF95CA003F24214e5d43
Octal371134240077442516135103
Binary1111100110111001010000001111111001001010100111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95CA0; }

 p { color: rgb(249,92,160); }

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

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

 a { background-color: rgb(249,92,160); }

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

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

 span { border-color: rgb(249,92,160); }

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