Html Css Color HEX #F05E66 Froly

📋 copy color: '#F05E66'

red 240 ◦ green 94 ◦ blue 102

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

Shades of Froly #F05E66

Tints of Froly #F05E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 55.05%
G = 21.56%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05E66 (or 0xF05E66) is known color: Froly. HEX triplet: F0, 5E and 66. RGB value is (240,94,102). Sum of RGB (Red+Green+Blue) = 240+94+102=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05E66 is #0FA199. Grayscale: #8A8A8A. Windows color (decimal): -1024410 or 6708976. OLE color: 6708976.

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

Color convert

RGB 240 94 102 -
CMYK 0 0.61 0.58 0.06
HSL 356.71º 0.83% 0.65% -
HSV(B) 356.71º 0.61% 0.94% -
XYZ 42.34 27.49 15.65 -
YUV 138.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 240 94 102 0 0.61 0.58 0.06 356.71 0.83 0.65
Hex F0 5E 66 0 3D 3A 6 165 53 41
Octal 360 136 146 0 75 72 6 545 123 101
Binary 11110000 1011110 1100110 0 111101 111010 110 101100101 1010011 1000001

Color Harmonies of #F05E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E66

Black with #F05E66

Text Example


Text Example

White with #F05E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E66; }

 p { color: rgb(240,94,102); }

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

background-color css

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

 a { background-color: rgb(240,94,102); }

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

border-color css

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

 span { border-color: rgb(240,94,102); }

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