Html Css Color HEX #F95089 French Rose

📋 copy color: '#F95089'

red 249 ◦ green 80 ◦ blue 137

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

Shades of French Rose #F95089

Tints of French Rose #F95089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

 BLUE value IS 137 (53.91% from 255) = 29.4%

R = 53.43%
G = 17.17%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F95089 (or 0xF95089) is known color: French Rose. HEX triplet: F9, 50 and 89. RGB value is (249,80,137). Sum of RGB (Red+Green+Blue) = 249+80+137=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F95089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95089 is #06AF76. Grayscale: #888888. Windows color (decimal): -438135 or 8999161. OLE color: 8999161.

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

Color convert

RGB 249 80 137 -
CMYK 0 0.68 0.45 0.02
HSL 339.76º 0.93% 0.65% -
HSV(B) 339.76º 0.68% 0.98% -
XYZ 46.45 27.68 26.56 -
YUV 137.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 249 80 137 0 0.68 0.45 0.02 339.76 0.93 0.65
Hex F9 50 89 0 44 2D 2 154 5D 41
Octal 371 120 211 0 104 55 2 524 135 101
Binary 11111001 1010000 10001001 0 1000100 101101 10 101010100 1011101 1000001

Color Harmonies of #F95089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95089

Black with #F95089

Text Example


Text Example

White with #F95089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95089; }

 p { color: rgb(249,80,137); }

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

background-color css

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

 a { background-color: rgb(249,80,137); }

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

border-color css

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

 span { border-color: rgb(249,80,137); }

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