Html Css Color HEX #F06E7A Froly

📋 copy color: '#F06E7A'

red 240 ◦ green 110 ◦ blue 122

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

Shades of Froly #F06E7A

Tints of Froly #F06E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.31%

 BLUE value IS 122 (48.05% from 255) = 25.85%

R = 50.85%
G = 23.31%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F06E7A (or 0xF06E7A) is known color: Froly. HEX triplet: F0, 6E and 7A. RGB value is (240,110,122). Sum of RGB (Red+Green+Blue) = 240+110+122=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E7A is #0F9185. Grayscale: #969696. Windows color (decimal): -1020294 or 8023792. OLE color: 8023792.

HSL color Cylindrical-coordinate representation of color #F06E7A: hue angle of 354.46º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06E7A is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 122 -
CMYK 0 0.54 0.49 0.06
HSL 354.46º 0.81% 0.69% -
HSV(B) 354.46º 0.54% 0.94% -
XYZ 45.02 31.08 22.04 -
YUV 150.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 240 110 122 0 0.54 0.49 0.06 354.46 0.81 0.69
Hex F0 6E 7A 0 36 31 6 162 51 45
Octal 360 156 172 0 66 61 6 542 121 105
Binary 11110000 1101110 1111010 0 110110 110001 110 101100010 1010001 1000101

Color Harmonies of #F06E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E7A

Black with #F06E7A

Text Example


Text Example

White with #F06E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E7A; }

 p { color: rgb(240,110,122); }

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

background-color css

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

 a { background-color: rgb(240,110,122); }

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

border-color css

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

 span { border-color: rgb(240,110,122); }

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