Html Css Color HEX #F95CA2 Brilliant Rose

📋 copy color: '#F95CA2'

red 249 ◦ green 92 ◦ blue 162

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

Shades of Brilliant Rose #F95CA2

Tints of Brilliant Rose #F95CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.21%

R = 49.5%
G = 18.29%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F95CA2 (or 0xF95CA2) is known color: Brilliant Rose. HEX triplet: F9, 5C and A2. RGB value is (249,92,162). Sum of RGB (Red+Green+Blue) = 249+92+162=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95CA2 is #06A35D. Grayscale: #929292. Windows color (decimal): -435038 or 10640633. OLE color: 10640633.

HSL color Cylindrical-coordinate representation of color #F95CA2: hue angle of 333.25º 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 #F95CA2 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 92 162 -
CMYK 0 0.63 0.35 0.02
HSL 333.25º 0.93% 0.67% -
HSV(B) 333.25º 0.63% 0.98% -
XYZ 49.42 30.4 37.45 -
YUV 146.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 249 92 162 0 0.63 0.35 0.02 333.25 0.93 0.67
Hex F9 5C A2 0 3F 23 2 14D 5D 43
Octal 371 134 242 0 77 43 2 515 135 103
Binary 11111001 1011100 10100010 0 111111 100011 10 101001101 1011101 1000011

Color Harmonies of #F95CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95CA2

Black with #F95CA2

Text Example


Text Example

White with #F95CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95CA2; }

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

 H1.HeaderClassName
 {
   color: #F95CA2;
 }
 .AnyTagClassName
 {
   color: #F95CA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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