Html Css Color HEX #F05D62 Froly

📋 copy color: '#F05D62'

red 240 ◦ green 93 ◦ blue 98

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

Shades of Froly #F05D62

Tints of Froly #F05D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 55.68%
G = 21.58%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F05D62 (or 0xF05D62) is known color: Froly. HEX triplet: F0, 5D and 62. RGB value is (240,93,98). Sum of RGB (Red+Green+Blue) = 240+93+98=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D62 is #0FA29D. Grayscale: #898989. Windows color (decimal): -1024670 or 6446576. OLE color: 6446576.

HSL color Cylindrical-coordinate representation of color #F05D62: hue angle of 357.96º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05D62 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 93 98 -
CMYK 0 0.61 0.59 0.06
HSL 357.96º 0.83% 0.65% -
HSV(B) 357.96º 0.61% 0.94% -
XYZ 42.05 27.24 14.6 -
YUV 137.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 240 93 98 0 0.61 0.59 0.06 357.96 0.83 0.65
Hex F0 5D 62 0 3D 3B 6 166 53 41
Octal 360 135 142 0 75 73 6 546 123 101
Binary 11110000 1011101 1100010 0 111101 111011 110 101100110 1010011 1000001

Color Harmonies of #F05D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D62

Black with #F05D62

Text Example


Text Example

White with #F05D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D62; }

 p { color: rgb(240,93,98); }

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

background-color css

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

 a { background-color: rgb(240,93,98); }

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

border-color css

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

 span { border-color: rgb(240,93,98); }

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