Html Css Color HEX #F9477A French Rose

📋 copy color: '#F9477A'

red 249 ◦ green 71 ◦ blue 122

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

Shades of French Rose #F9477A

Tints of French Rose #F9477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.06%

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 56.33%
G = 16.06%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9477A (or 0xF9477A) is known color: French Rose. HEX triplet: F9, 47 and 7A. RGB value is (249,71,122). Sum of RGB (Red+Green+Blue) = 249+71+122=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9477A is #06B885. Grayscale: #828282. Windows color (decimal): -440454 or 8013817. OLE color: 8013817.

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

Color convert

RGB 249 71 122 -
CMYK 0 0.71 0.51 0.02
HSL 342.81º 0.94% 0.63% -
HSV(B) 342.81º 0.71% 0.98% -
XYZ 44.83 26.05 21.08 -
YUV 130.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 249 71 122 0 0.71 0.51 0.02 342.81 0.94 0.63
Hex F9 47 7A 0 47 33 2 157 5E 3F
Octal 371 107 172 0 107 63 2 527 136 77
Binary 11111001 1000111 1111010 0 1000111 110011 10 101010111 1011110 111111

Color Harmonies of #F9477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9477A

Black with #F9477A

Text Example


Text Example

White with #F9477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9477A; }

 p { color: rgb(249,71,122); }

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

background-color css

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

 a { background-color: rgb(249,71,122); }

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

border-color css

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

 span { border-color: rgb(249,71,122); }

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