Html Css Color HEX #F04994 French Rose

📋 copy color: '#F04994'

red 240 ◦ green 73 ◦ blue 148

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

Shades of French Rose #F04994

Tints of French Rose #F04994

RGB

 RED value IS 240 (94.14% from 255) = 52.06%

 GREEN value IS 73 (28.91% from 255) = 15.84%

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 52.06%
G = 15.84%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04994 (or 0xF04994) is known color: French Rose. HEX triplet: F0, 49 and 94. RGB value is (240,73,148). Sum of RGB (Red+Green+Blue) = 240+73+148=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F04994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04994 is #0FB66B. Grayscale: #838383. Windows color (decimal): -1029740 or 9718256. OLE color: 9718256.

HSL color Cylindrical-coordinate representation of color #F04994: hue angle of 333.05º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04994 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 148 -
CMYK 0 0.70 0.38 0.06
HSL 333.05º 0.85% 0.61% -
HSV(B) 333.05º 0.7% 0.94% -
XYZ 43.66 25.43 30.62 -
YUV 131.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 240 73 148 0 0.70 0.38 0.06 333.05 0.85 0.61
Hex F0 49 94 0 46 26 6 14D 55 3D
Octal 360 111 224 0 106 46 6 515 125 75
Binary 11110000 1001001 10010100 0 1000110 100110 110 101001101 1010101 111101

Color Harmonies of #F04994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04994

Black with #F04994

Text Example


Text Example

White with #F04994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04994; }

 p { color: rgb(240,73,148); }

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

background-color css

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

 a { background-color: rgb(240,73,148); }

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

border-color css

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

 span { border-color: rgb(240,73,148); }

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