Html Css Color HEX #F95A90 French Rose

📋 copy color: '#F95A90'

red 249 ◦ green 90 ◦ blue 144

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

Shades of French Rose #F95A90

Tints of French Rose #F95A90

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 51.55%
G = 18.63%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F95A90 (or 0xF95A90) is known color: French Rose. HEX triplet: F9, 5A and 90. RGB value is (249,90,144). Sum of RGB (Red+Green+Blue) = 249+90+144=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95A90 is #06A56F. Grayscale: #8F8F8F. Windows color (decimal): -435568 or 9460473. OLE color: 9460473.

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

Color convert

RGB 249 90 144 -
CMYK 0 0.64 0.42 0.02
HSL 339.62º 0.93% 0.66% -
HSV(B) 339.62º 0.64% 0.98% -
XYZ 47.76 29.47 29.56 -
YUV 143.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 249 90 144 0 0.64 0.42 0.02 339.62 0.93 0.66
Hex F9 5A 90 0 40 2A 2 154 5D 42
Octal 371 132 220 0 100 52 2 524 135 102
Binary 11111001 1011010 10010000 0 1000000 101010 10 101010100 1011101 1000010

Color Harmonies of #F95A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A90

Black with #F95A90

Text Example


Text Example

White with #F95A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A90; }

 p { color: rgb(249,90,144); }

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

background-color css

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

 a { background-color: rgb(249,90,144); }

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

border-color css

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

 span { border-color: rgb(249,90,144); }

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