Html Css Color HEX #F07075 Froly

📋 copy color: '#F07075'

red 240 ◦ green 112 ◦ blue 117

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

Shades of Froly #F07075

Tints of Froly #F07075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 51.17%
G = 23.88%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F07075 (or 0xF07075) is known color: Froly. HEX triplet: F0, 70 and 75. RGB value is (240,112,117). Sum of RGB (Red+Green+Blue) = 240+112+117=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F07075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07075 is #0F8F8A. Grayscale: #969696. Windows color (decimal): -1019787 or 7696624. OLE color: 7696624.

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

Color convert

RGB 240 112 117 -
CMYK 0 0.53 0.51 0.06
HSL 357.66º 0.81% 0.69% -
HSV(B) 357.66º 0.53% 0.94% -
XYZ 44.94 31.4 20.52 -
YUV 150.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 240 112 117 0 0.53 0.51 0.06 357.66 0.81 0.69
Hex F0 70 75 0 35 33 6 166 51 45
Octal 360 160 165 0 65 63 6 546 121 105
Binary 11110000 1110000 1110101 0 110101 110011 110 101100110 1010001 1000101

Color Harmonies of #F07075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07075

Black with #F07075

Text Example


Text Example

White with #F07075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07075; }

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

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

background-color css

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

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

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

border-color css

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

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

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