Html Css Color HEX #F04882 French Rose

📋 copy color: '#F04882'

red 240 ◦ green 72 ◦ blue 130

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

Shades of French Rose #F04882

Tints of French Rose #F04882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.41%

R = 54.3%
G = 16.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F04882 (or 0xF04882) is known color: French Rose. HEX triplet: F0, 48 and 82. RGB value is (240,72,130). Sum of RGB (Red+Green+Blue) = 240+72+130=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F04882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04882 is #0FB77D. Grayscale: #808080. Windows color (decimal): -1030014 or 8538352. OLE color: 8538352.

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

Color convert

RGB 240 72 130 -
CMYK 0 0.7 0.46 0.06
HSL 339.29º 0.85% 0.61% -
HSV(B) 339.29º 0.7% 0.94% -
XYZ 42.28 24.77 23.67 -
YUV 128.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 240 72 130 0 0.7 0.46 0.06 339.29 0.85 0.61
Hex F0 48 82 0 46 2E 6 153 55 3D
Octal 360 110 202 0 106 56 6 523 125 75
Binary 11110000 1001000 10000010 0 1000110 101110 110 101010011 1010101 111101

Color Harmonies of #F04882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04882

Black with #F04882

Text Example


Text Example

White with #F04882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04882; }

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

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

background-color css

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

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

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

border-color css

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

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

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