Html Css Color HEX #F959AC Brilliant Rose

📋 copy color: '#F959AC'

red 249 ◦ green 89 ◦ blue 172

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

Shades of Brilliant Rose #F959AC

Tints of Brilliant Rose #F959AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 48.82%
G = 17.45%
B = 33.73%

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

#F959AC (or 0xF959AC) is known color: Brilliant Rose. HEX triplet: F9, 59 and AC. RGB value is (249,89,172). Sum of RGB (Red+Green+Blue) = 249+89+172=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F959AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959AC is #06A653. Grayscale: #929292. Windows color (decimal): -435796 or 11295225. OLE color: 11295225.

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

Color convert

RGB 249 89 172 -
CMYK 0 0.64 0.31 0.02
HSL 328.88º 0.93% 0.66% -
HSV(B) 328.88º 0.64% 0.98% -
XYZ 50.09 30.26 42.23 -
YUV 146.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 249 89 172 0 0.64 0.31 0.02 328.88 0.93 0.66
Hex F9 59 AC 0 40 1F 2 149 5D 42
Octal 371 131 254 0 100 37 2 511 135 102
Binary 11111001 1011001 10101100 0 1000000 11111 10 101001001 1011101 1000010

Color Harmonies of #F959AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959AC

Black with #F959AC

Text Example


Text Example

White with #F959AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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