Html Css Color HEX #F06577 Froly

📋 copy color: '#F06577'

red 240 ◦ green 101 ◦ blue 119

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

Shades of Froly #F06577

Tints of Froly #F06577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.96%

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 52.17%
G = 21.96%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F06577 (or 0xF06577) is known color: Froly. HEX triplet: F0, 65 and 77. RGB value is (240,101,119). Sum of RGB (Red+Green+Blue) = 240+101+119=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F06577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06577 is #0F9A88. Grayscale: #909090. Windows color (decimal): -1022601 or 7824880. OLE color: 7824880.

HSL color Cylindrical-coordinate representation of color #F06577: hue angle of 352.23º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06577 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 119 -
CMYK 0 0.58 0.50 0.06
HSL 352.23º 0.82% 0.67% -
HSV(B) 352.23º 0.58% 0.94% -
XYZ 43.92 29.16 20.77 -
YUV 144.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 240 101 119 0 0.58 0.50 0.06 352.23 0.82 0.67
Hex F0 65 77 0 3A 32 6 160 52 43
Octal 360 145 167 0 72 62 6 540 122 103
Binary 11110000 1100101 1110111 0 111010 110010 110 101100000 1010010 1000011

Color Harmonies of #F06577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06577

Black with #F06577

Text Example


Text Example

White with #F06577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06577; }

 p { color: rgb(240,101,119); }

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

background-color css

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

 a { background-color: rgb(240,101,119); }

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

border-color css

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

 span { border-color: rgb(240,101,119); }

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