Html Css Color HEX #F959AF Brilliant Rose

📋 copy color: '#F959AF'

red 249 ◦ green 89 ◦ blue 175

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

Shades of Brilliant Rose #F959AF

Tints of Brilliant Rose #F959AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 48.54%
G = 17.35%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F959AF (or 0xF959AF) is known color: Brilliant Rose. HEX triplet: F9, 59 and AF. RGB value is (249,89,175). Sum of RGB (Red+Green+Blue) = 249+89+175=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F959AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959AF is #06A650. Grayscale: #929292. Windows color (decimal): -435793 or 11491833. OLE color: 11491833.

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

Color convert

RGB 249 89 175 -
CMYK 0 0.64 0.30 0.02
HSL 327.75º 0.93% 0.66% -
HSV(B) 327.75º 0.64% 0.98% -
XYZ 50.38 30.38 43.77 -
YUV 146.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 249 89 175 0 0.64 0.30 0.02 327.75 0.93 0.66
Hex F9 59 AF 0 40 1E 2 148 5D 42
Octal 371 131 257 0 100 36 2 510 135 102
Binary 11111001 1011001 10101111 0 1000000 11110 10 101001000 1011101 1000010

Color Harmonies of #F959AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959AF

Black with #F959AF

Text Example


Text Example

White with #F959AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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