Html Css Color HEX #F07782 Froly

📋 copy color: '#F07782'

red 240 ◦ green 119 ◦ blue 130

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

Shades of Froly #F07782

Tints of Froly #F07782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.34%

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

R = 49.08%
G = 24.34%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F07782 (or 0xF07782) is known color: Froly. HEX triplet: F0, 77 and 82. RGB value is (240,119,130). Sum of RGB (Red+Green+Blue) = 240+119+130=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07782 is #0F887D. Grayscale: #9C9C9C. Windows color (decimal): -1017982 or 8550384. OLE color: 8550384.

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

Color convert

RGB 240 119 130 -
CMYK 0 0.50 0.46 0.06
HSL 354.55º 0.8% 0.7% -
HSV(B) 354.55º 0.5% 0.94% -
XYZ 46.56 33.33 25.1 -
YUV 156.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 240 119 130 0 0.50 0.46 0.06 354.55 0.8 0.7
Hex F0 77 82 0 32 2E 6 163 50 46
Octal 360 167 202 0 62 56 6 543 120 106
Binary 11110000 1110111 10000010 0 110010 101110 110 101100011 1010000 1000110

Color Harmonies of #F07782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07782

Black with #F07782

Text Example


Text Example

White with #F07782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07782; }

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

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

background-color css

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

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

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

border-color css

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

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

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