Html Css Color HEX #F07181 Froly

📋 copy color: '#F07181'

red 240 ◦ green 113 ◦ blue 129

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

Shades of Froly #F07181

Tints of Froly #F07181

RGB

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

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

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

R = 49.79%
G = 23.44%
B = 26.76%

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

#F07181 (or 0xF07181) is known color: Froly. HEX triplet: F0, 71 and 81. RGB value is (240,113,129). Sum of RGB (Red+Green+Blue) = 240+113+129=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F07181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07181 is #0F8E7E. Grayscale: #989898. Windows color (decimal): -1019519 or 8483312. OLE color: 8483312.

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

Color convert

RGB 240 113 129 -
CMYK 0 0.53 0.46 0.06
HSL 352.44º 0.81% 0.69% -
HSV(B) 352.44º 0.53% 0.94% -
XYZ 45.8 31.92 24.52 -
YUV 152.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 240 113 129 0 0.53 0.46 0.06 352.44 0.81 0.69
Hex F0 71 81 0 35 2E 6 160 51 45
Octal 360 161 201 0 65 56 6 540 121 105
Binary 11110000 1110001 10000001 0 110101 101110 110 101100000 1010001 1000101

Color Harmonies of #F07181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07181

Black with #F07181

Text Example


Text Example

White with #F07181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07181; }

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

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

background-color css

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

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

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

border-color css

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

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

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