Html Css Color HEX #F05C5D Froly

📋 copy color: '#F05C5D'

red 240 ◦ green 92 ◦ blue 93

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

Shades of Froly #F05C5D

Tints of Froly #F05C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 56.47%
G = 21.65%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F05C5D (or 0xF05C5D) is known color: Froly. HEX triplet: F0, 5C and 5D. RGB value is (240,92,93). Sum of RGB (Red+Green+Blue) = 240+92+93=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C5D is #0FA3A2. Grayscale: #888888. Windows color (decimal): -1024931 or 6118640. OLE color: 6118640.

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

Color convert

RGB 240 92 93 -
CMYK 0 0.62 0.61 0.06
HSL 359.59º 0.83% 0.65% -
HSV(B) 359.59º 0.62% 0.94% -
XYZ 41.74 26.97 13.36 -
YUV 136.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 240 92 93 0 0.62 0.61 0.06 359.59 0.83 0.65
Hex F0 5C 5D 0 3E 3D 6 168 53 41
Octal 360 134 135 0 76 75 6 550 123 101
Binary 11110000 1011100 1011101 0 111110 111101 110 101101000 1010011 1000001

Color Harmonies of #F05C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C5D

Black with #F05C5D

Text Example


Text Example

White with #F05C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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