Html Css Color HEX #F94A86 French Rose

📋 copy color: '#F94A86'

red 249 ◦ green 74 ◦ blue 134

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

Shades of French Rose #F94A86

Tints of French Rose #F94A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.19%

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 54.49%
G = 16.19%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F94A86 (or 0xF94A86) is known color: French Rose. HEX triplet: F9, 4A and 86. RGB value is (249,74,134). Sum of RGB (Red+Green+Blue) = 249+74+134=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A86 is #06B579. Grayscale: #858585. Windows color (decimal): -439674 or 8801017. OLE color: 8801017.

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

Color convert

RGB 249 74 134 -
CMYK 0 0.70 0.46 0.02
HSL 339.43º 0.94% 0.63% -
HSV(B) 339.43º 0.7% 0.98% -
XYZ 45.82 26.76 25.3 -
YUV 133.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 249 74 134 0 0.70 0.46 0.02 339.43 0.94 0.63
Hex F9 4A 86 0 46 2E 2 153 5E 3F
Octal 371 112 206 0 106 56 2 523 136 77
Binary 11111001 1001010 10000110 0 1000110 101110 10 101010011 1011110 111111

Color Harmonies of #F94A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A86

Black with #F94A86

Text Example


Text Example

White with #F94A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A86; }

 p { color: rgb(249,74,134); }

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

background-color css

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

 a { background-color: rgb(249,74,134); }

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

border-color css

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

 span { border-color: rgb(249,74,134); }

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