Html Css Color HEX #F07080 Froly

📋 copy color: '#F07080'

red 240 ◦ green 112 ◦ blue 128

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

Shades of Froly #F07080

Tints of Froly #F07080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 50%
G = 23.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F07080 (or 0xF07080) is known color: Froly. HEX triplet: F0, 70 and 80. RGB value is (240,112,128). Sum of RGB (Red+Green+Blue) = 240+112+128=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F07080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07080 is #0F8F7F. Grayscale: #989898. Windows color (decimal): -1019776 or 8417520. OLE color: 8417520.

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

Color convert

RGB 240 112 128 -
CMYK 0 0.53 0.47 0.06
HSL 352.5º 0.81% 0.69% -
HSV(B) 352.5º 0.53% 0.94% -
XYZ 45.63 31.67 24.13 -
YUV 152.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 240 112 128 0 0.53 0.47 0.06 352.5 0.81 0.69
Hex F0 70 80 0 35 2F 6 160 51 45
Octal 360 160 200 0 65 57 6 540 121 105
Binary 11110000 1110000 10000000 0 110101 101111 110 101100000 1010001 1000101

Color Harmonies of #F07080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07080

Black with #F07080

Text Example


Text Example

White with #F07080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07080; }

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

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

background-color css

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

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

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

border-color css

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

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

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