Html Css Color HEX #F07882 Froly

📋 copy color: '#F07882'

red 240 ◦ green 120 ◦ blue 130

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

Shades of Froly #F07882

Tints of Froly #F07882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.49%

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

R = 48.98%
G = 24.49%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F07882 (or 0xF07882) is known color: Froly. HEX triplet: F0, 78 and 82. RGB value is (240,120,130). Sum of RGB (Red+Green+Blue) = 240+120+130=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07882 is #0F877D. Grayscale: #9D9D9D. Windows color (decimal): -1017726 or 8550640. OLE color: 8550640.

HSL color Cylindrical-coordinate representation of color #F07882: hue angle of 355º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07882 is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 130 -
CMYK 0 0.5 0.46 0.06
HSL 355º 0.8% 0.71% -
HSV(B) 355º 0.5% 0.94% -
XYZ 46.68 33.57 25.14 -
YUV 157.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 240 120 130 0 0.5 0.46 0.06 355 0.8 0.71
Hex F0 78 82 0 32 2E 6 163 50 47
Octal 360 170 202 0 62 56 6 543 120 107
Binary 11110000 1111000 10000010 0 110010 101110 110 101100011 1010000 1000111

Color Harmonies of #F07882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07882

Black with #F07882

Text Example


Text Example

White with #F07882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07882; }

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

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

background-color css

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

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

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

border-color css

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

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

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