Html Css Color HEX #F95AA2 Brilliant Rose

📋 copy color: '#F95AA2'

red 249 ◦ green 90 ◦ blue 162

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

Shades of Brilliant Rose #F95AA2

Tints of Brilliant Rose #F95AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.96%

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

R = 49.7%
G = 17.96%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F95AA2 (or 0xF95AA2) is known color: Brilliant Rose. HEX triplet: F9, 5A and A2. RGB value is (249,90,162). Sum of RGB (Red+Green+Blue) = 249+90+162=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AA2 is #06A55D. Grayscale: #919191. Windows color (decimal): -435550 or 10640121. OLE color: 10640121.

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

Color convert

RGB 249 90 162 -
CMYK 0 0.64 0.35 0.02
HSL 332.83º 0.93% 0.66% -
HSV(B) 332.83º 0.64% 0.98% -
XYZ 49.24 30.06 37.39 -
YUV 145.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 249 90 162 0 0.64 0.35 0.02 332.83 0.93 0.66
Hex F9 5A A2 0 40 23 2 14D 5D 42
Octal 371 132 242 0 100 43 2 515 135 102
Binary 11111001 1011010 10100010 0 1000000 100011 10 101001101 1011101 1000010

Color Harmonies of #F95AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95AA2

Black with #F95AA2

Text Example


Text Example

White with #F95AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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