Html Css Color HEX #F07E81 Froly

📋 copy color: '#F07E81'

red 240 ◦ green 126 ◦ blue 129

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

Shades of Froly #F07E81

Tints of Froly #F07E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.45%

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

R = 48.48%
G = 25.45%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F07E81 (or 0xF07E81) is known color: Froly. HEX triplet: F0, 7E and 81. RGB value is (240,126,129). Sum of RGB (Red+Green+Blue) = 240+126+129=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E81 is #0F817E. Grayscale: #A0A0A0. Windows color (decimal): -1016191 or 8486640. OLE color: 8486640.

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

Color convert

RGB 240 126 129 -
CMYK 0 0.48 0.46 0.06
HSL 358.42º 0.79% 0.72% -
HSV(B) 358.42º 0.48% 0.94% -
XYZ 47.36 35.03 25.03 -
YUV 160.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 240 126 129 0 0.48 0.46 0.06 358.42 0.79 0.72
Hex F0 7E 81 0 30 2E 6 166 4F 48
Octal 360 176 201 0 60 56 6 546 117 110
Binary 11110000 1111110 10000001 0 110000 101110 110 101100110 1001111 1001000

Color Harmonies of #F07E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E81

Black with #F07E81

Text Example


Text Example

White with #F07E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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