Html Css Color HEX #F95AAB Brilliant Rose

📋 copy color: '#F95AAB'

red 249 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #F95AAB

Tints of Brilliant Rose #F95AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 48.82%
G = 17.65%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F95AAB (or 0xF95AAB) is known color: Brilliant Rose. HEX triplet: F9, 5A and AB. RGB value is (249,90,171). Sum of RGB (Red+Green+Blue) = 249+90+171=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AAB is #06A554. Grayscale: #929292. Windows color (decimal): -435541 or 11229945. OLE color: 11229945.

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

Color convert

RGB 249 90 171 -
CMYK 0 0.64 0.31 0.02
HSL 329.43º 0.93% 0.66% -
HSV(B) 329.43º 0.64% 0.98% -
XYZ 50.07 30.39 41.76 -
YUV 146.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 249 90 171 0 0.64 0.31 0.02 329.43 0.93 0.66
Hex F9 5A AB 0 40 1F 2 149 5D 42
Octal 371 132 253 0 100 37 2 511 135 102
Binary 11111001 1011010 10101011 0 1000000 11111 10 101001001 1011101 1000010

Color Harmonies of #F95AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95AAB

Black with #F95AAB

Text Example


Text Example

White with #F95AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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