Html Css Color HEX #F95CA0 Brilliant Rose

📋 copy color: '#F95CA0'

red 249 ◦ green 92 ◦ blue 160

#F95CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F95CA0

Tints of Brilliant Rose #F95CA0

RGB

 RED value IS 249 (97.66% from 255) = 49.7%

 GREEN value IS 92 (36.33% from 255) = 18.36%

 BLUE value IS 160 (62.89% from 255) = 31.94%

R = 49.7%
G = 18.36%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F95CA0 (or 0xF95CA0) is known color: 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

RGB 249 92 160 -
CMYK 0 0.63 0.36 0.02
HSL 334.01º 0.93% 0.67% -
HSV(B) 334.01º 0.63% 0.98% -
XYZ 49.24 30.33 36.52 -
YUV 146.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 249 92 160 0 0.63 0.36 0.02 334.01 0.93 0.67
Hex F9 5C A0 0 3F 24 2 14E 5D 43
Octal 371 134 240 0 77 44 2 516 135 103
Binary 11111001 1011100 10100000 0 111111 100100 10 101001110 1011101 1000011

Color Harmonies of #F95CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95CA0

Black with #F95CA0

Text Example


Text Example

White with #F95CA0

Text Example


Text Example

HTML Codes & Css Web 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>