Html Css Color HEX #F04894 French Rose

📋 copy color: '#F04894'

red 240 ◦ green 72 ◦ blue 148

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

Shades of French Rose #F04894

Tints of French Rose #F04894

RGB

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

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

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

R = 52.17%
G = 15.65%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04894 (or 0xF04894) is known color: French Rose. HEX triplet: F0, 48 and 94. RGB value is (240,72,148). Sum of RGB (Red+Green+Blue) = 240+72+148=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F04894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04894 is #0FB76B. Grayscale: #828282. Windows color (decimal): -1029996 or 9718000. OLE color: 9718000.

HSL color Cylindrical-coordinate representation of color #F04894: hue angle of 332.86º 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 #F04894 is Cyan = 0, Magento = 0.7, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 148 -
CMYK 0 0.7 0.38 0.06
HSL 332.86º 0.85% 0.61% -
HSV(B) 332.86º 0.7% 0.94% -
XYZ 43.6 25.3 30.6 -
YUV 130.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 240 72 148 0 0.7 0.38 0.06 332.86 0.85 0.61
Hex F0 48 94 0 46 26 6 14D 55 3D
Octal 360 110 224 0 106 46 6 515 125 75
Binary 11110000 1001000 10010100 0 1000110 100110 110 101001101 1010101 111101

Color Harmonies of #F04894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04894

Black with #F04894

Text Example


Text Example

White with #F04894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04894; }

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

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

background-color css

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

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

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

border-color css

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

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

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