Html Css Color HEX #F959A1 Brilliant Rose

📋 copy color: '#F959A1'

red 249 ◦ green 89 ◦ blue 161

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

Shades of Brilliant Rose #F959A1

Tints of Brilliant Rose #F959A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 49.9%
G = 17.84%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F959A1 (or 0xF959A1) is known color: Brilliant Rose. HEX triplet: F9, 59 and A1. RGB value is (249,89,161). Sum of RGB (Red+Green+Blue) = 249+89+161=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F959A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959A1 is #06A65E. Grayscale: #909090. Windows color (decimal): -435807 or 10574329. OLE color: 10574329.

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

Color convert

RGB 249 89 161 -
CMYK 0 0.64 0.35 0.02
HSL 333º 0.93% 0.66% -
HSV(B) 333º 0.64% 0.98% -
XYZ 49.07 29.86 36.89 -
YUV 145.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 249 89 161 0 0.64 0.35 0.02 333 0.93 0.66
Hex F9 59 A1 0 40 23 2 14D 5D 42
Octal 371 131 241 0 100 43 2 515 135 102
Binary 11111001 1011001 10100001 0 1000000 100011 10 101001101 1011101 1000010

Color Harmonies of #F959A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959A1

Black with #F959A1

Text Example


Text Example

White with #F959A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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