Html Css Color HEX #F94C89 French Rose

📋 copy color: '#F94C89'

red 249 ◦ green 76 ◦ blue 137

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

Shades of French Rose #F94C89

Tints of French Rose #F94C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 53.9%
G = 16.45%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F94C89 (or 0xF94C89) is known color: French Rose. HEX triplet: F9, 4C and 89. RGB value is (249,76,137). Sum of RGB (Red+Green+Blue) = 249+76+137=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94C89 is #06B376. Grayscale: #868686. Windows color (decimal): -439159 or 8998137. OLE color: 8998137.

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

Color convert

RGB 249 76 137 -
CMYK 0 0.69 0.45 0.02
HSL 338.84º 0.94% 0.64% -
HSV(B) 338.84º 0.69% 0.98% -
XYZ 46.17 27.11 26.47 -
YUV 134.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 249 76 137 0 0.69 0.45 0.02 338.84 0.94 0.64
Hex F9 4C 89 0 45 2D 2 153 5E 40
Octal 371 114 211 0 105 55 2 523 136 100
Binary 11111001 1001100 10001001 0 1000101 101101 10 101010011 1011110 1000000

Color Harmonies of #F94C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C89

Black with #F94C89

Text Example


Text Example

White with #F94C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C89; }

 p { color: rgb(249,76,137); }

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

background-color css

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

 a { background-color: rgb(249,76,137); }

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

border-color css

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

 span { border-color: rgb(249,76,137); }

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