Html Css Color HEX #F951AA Brilliant Rose

📋 copy color: '#F951AA'

red 249 ◦ green 81 ◦ blue 170

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

Shades of Brilliant Rose #F951AA

Tints of Brilliant Rose #F951AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.2%

 BLUE value IS 170 (66.8% from 255) = 34%

R = 49.8%
G = 16.2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F951AA (or 0xF951AA) is known color: Brilliant Rose. HEX triplet: F9, 51 and AA. RGB value is (249,81,170). Sum of RGB (Red+Green+Blue) = 249+81+170=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F951AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F951AA is #06AE55. Grayscale: #8D8D8D. Windows color (decimal): -437846 or 11162105. OLE color: 11162105.

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

Color convert

RGB 249 81 170 -
CMYK 0 0.67 0.32 0.02
HSL 328.21º 0.93% 0.65% -
HSV(B) 328.21º 0.67% 0.98% -
XYZ 49.27 28.93 41.02 -
YUV 141.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 249 81 170 0 0.67 0.32 0.02 328.21 0.93 0.65
Hex F9 51 AA 0 43 20 2 148 5D 41
Octal 371 121 252 0 103 40 2 510 135 101
Binary 11111001 1010001 10101010 0 1000011 100000 10 101001000 1011101 1000001

Color Harmonies of #F951AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F951AA

Black with #F951AA

Text Example


Text Example

White with #F951AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F951AA; }

 p { color: rgb(249,81,170); }

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

background-color css

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

 a { background-color: rgb(249,81,170); }

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

border-color css

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

 span { border-color: rgb(249,81,170); }

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