Html Css Color HEX #F9487F French Rose

📋 copy color: '#F9487F'

red 249 ◦ green 72 ◦ blue 127

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

Shades of French Rose #F9487F

Tints of French Rose #F9487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.07%

 BLUE value IS 127 (50% from 255) = 28.35%

R = 55.58%
G = 16.07%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9487F (or 0xF9487F) is known color: French Rose. HEX triplet: F9, 48 and 7F. RGB value is (249,72,127). Sum of RGB (Red+Green+Blue) = 249+72+127=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F9487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9487F is #06B780. Grayscale: #838383. Windows color (decimal): -440193 or 8341753. OLE color: 8341753.

HSL color Cylindrical-coordinate representation of color #F9487F: hue angle of 341.36º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9487F is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 72 127 -
CMYK 0 0.71 0.49 0.02
HSL 341.36º 0.94% 0.63% -
HSV(B) 341.36º 0.71% 0.98% -
XYZ 45.22 26.31 22.77 -
YUV 131.19 125.64 212.03 -
System Red Green Blue C M Y K H S L
Decimal 249 72 127 0 0.71 0.49 0.02 341.36 0.94 0.63
Hex F9 48 7F 0 47 31 2 155 5E 3F
Octal 371 110 177 0 107 61 2 525 136 77
Binary 11111001 1001000 1111111 0 1000111 110001 10 101010101 1011110 111111

Color Harmonies of #F9487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9487F

Black with #F9487F

Text Example


Text Example

White with #F9487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9487F; }

 p { color: rgb(249,72,127); }

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

background-color css

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

 a { background-color: rgb(249,72,127); }

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

border-color css

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

 span { border-color: rgb(249,72,127); }

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