Html Css Color HEX #F959A6 Brilliant Rose

📋 copy color: '#F959A6'

red 249 ◦ green 89 ◦ blue 166

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

Shades of Brilliant Rose #F959A6

Tints of Brilliant Rose #F959A6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.66%

 BLUE value IS 166 (65.23% from 255) = 32.94%

R = 49.4%
G = 17.66%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F959A6 (or 0xF959A6) is known color: Brilliant Rose. HEX triplet: F9, 59 and A6. RGB value is (249,89,166). Sum of RGB (Red+Green+Blue) = 249+89+166=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F959A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959A6 is #06A659. Grayscale: #919191. Windows color (decimal): -435802 or 10902009. OLE color: 10902009.

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

Color convert

RGB 249 89 166 -
CMYK 0 0.64 0.33 0.02
HSL 331.13º 0.93% 0.66% -
HSV(B) 331.13º 0.64% 0.98% -
XYZ 49.52 30.04 39.26 -
YUV 145.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 249 89 166 0 0.64 0.33 0.02 331.13 0.93 0.66
Hex F9 59 A6 0 40 21 2 14B 5D 42
Octal 371 131 246 0 100 41 2 513 135 102
Binary 11111001 1011001 10100110 0 1000000 100001 10 101001011 1011101 1000010

Color Harmonies of #F959A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959A6

Black with #F959A6

Text Example


Text Example

White with #F959A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959A6; }

 p { color: rgb(249,89,166); }

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

background-color css

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

 a { background-color: rgb(249,89,166); }

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

border-color css

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

 span { border-color: rgb(249,89,166); }

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