Html Css Color HEX #F9508F French Rose

📋 copy color: '#F9508F'

red 249 ◦ green 80 ◦ blue 143

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

Shades of French Rose #F9508F

Tints of French Rose #F9508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 52.75%
G = 16.95%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9508F (or 0xF9508F) is known color: French Rose. HEX triplet: F9, 50 and 8F. RGB value is (249,80,143). Sum of RGB (Red+Green+Blue) = 249+80+143=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9508F is #06AF70. Grayscale: #898989. Windows color (decimal): -438129 or 9392377. OLE color: 9392377.

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

Color convert

RGB 249 80 143 -
CMYK 0 0.68 0.43 0.02
HSL 337.63º 0.93% 0.65% -
HSV(B) 337.63º 0.68% 0.98% -
XYZ 46.89 27.86 28.89 -
YUV 137.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 249 80 143 0 0.68 0.43 0.02 337.63 0.93 0.65
Hex F9 50 8F 0 44 2B 2 152 5D 41
Octal 371 120 217 0 104 53 2 522 135 101
Binary 11111001 1010000 10001111 0 1000100 101011 10 101010010 1011101 1000001

Color Harmonies of #F9508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9508F

Black with #F9508F

Text Example


Text Example

White with #F9508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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