Html Css Color HEX #F07081 Froly

📋 copy color: '#F07081'

red 240 ◦ green 112 ◦ blue 129

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

Shades of Froly #F07081

Tints of Froly #F07081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.28%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 49.9%
G = 23.28%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F07081 (or 0xF07081) is known color: Froly. HEX triplet: F0, 70 and 81. RGB value is (240,112,129). Sum of RGB (Red+Green+Blue) = 240+112+129=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F07081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07081 is #0F8F7E. Grayscale: #989898. Windows color (decimal): -1019775 or 8483056. OLE color: 8483056.

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

Color convert

RGB 240 112 129 -
CMYK 0 0.53 0.46 0.06
HSL 352.03º 0.81% 0.69% -
HSV(B) 352.03º 0.53% 0.94% -
XYZ 45.69 31.7 24.48 -
YUV 152.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 240 112 129 0 0.53 0.46 0.06 352.03 0.81 0.69
Hex F0 70 81 0 35 2E 6 160 51 45
Octal 360 160 201 0 65 56 6 540 121 105
Binary 11110000 1110000 10000001 0 110101 101110 110 101100000 1010001 1000101

Color Harmonies of #F07081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07081

Black with #F07081

Text Example


Text Example

White with #F07081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07081; }

 p { color: rgb(240,112,129); }

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

background-color css

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

 a { background-color: rgb(240,112,129); }

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

border-color css

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

 span { border-color: rgb(240,112,129); }

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