Html Css Color HEX #F07175 Froly

📋 copy color: '#F07175'

red 240 ◦ green 113 ◦ blue 117

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

Shades of Froly #F07175

Tints of Froly #F07175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

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

R = 51.06%
G = 24.04%
B = 24.89%

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

#F07175 (or 0xF07175) is known color: Froly. HEX triplet: F0, 71 and 75. RGB value is (240,113,117). Sum of RGB (Red+Green+Blue) = 240+113+117=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07175 is #0F8E8A. Grayscale: #979797. Windows color (decimal): -1019531 or 7696880. OLE color: 7696880.

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

Color convert

RGB 240 113 117 -
CMYK 0 0.53 0.51 0.06
HSL 358.11º 0.81% 0.69% -
HSV(B) 358.11º 0.53% 0.94% -
XYZ 45.05 31.62 20.56 -
YUV 151.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 240 113 117 0 0.53 0.51 0.06 358.11 0.81 0.69
Hex F0 71 75 0 35 33 6 166 51 45
Octal 360 161 165 0 65 63 6 546 121 105
Binary 11110000 1110001 1110101 0 110101 110011 110 101100110 1010001 1000101

Color Harmonies of #F07175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07175

Black with #F07175

Text Example


Text Example

White with #F07175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07175; }

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

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

background-color css

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

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

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

border-color css

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

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

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