Html Css Color HEX #F04884 French Rose

📋 copy color: '#F04884'

red 240 ◦ green 72 ◦ blue 132

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

Shades of French Rose #F04884

Tints of French Rose #F04884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.73%

R = 54.05%
G = 16.22%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F04884 (or 0xF04884) is known color: French Rose. HEX triplet: F0, 48 and 84. RGB value is (240,72,132). Sum of RGB (Red+Green+Blue) = 240+72+132=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F04884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04884 is #0FB77B. Grayscale: #818181. Windows color (decimal): -1030012 or 8669424. OLE color: 8669424.

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

Color convert

RGB 240 72 132 -
CMYK 0 0.7 0.45 0.06
HSL 338.57º 0.85% 0.61% -
HSV(B) 338.57º 0.7% 0.94% -
XYZ 42.42 24.83 24.39 -
YUV 129.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 240 72 132 0 0.7 0.45 0.06 338.57 0.85 0.61
Hex F0 48 84 0 46 2D 6 153 55 3D
Octal 360 110 204 0 106 55 6 523 125 75
Binary 11110000 1001000 10000100 0 1000110 101101 110 101010011 1010101 111101

Color Harmonies of #F04884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04884

Black with #F04884

Text Example


Text Example

White with #F04884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04884; }

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

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

background-color css

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

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

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

border-color css

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

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

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