Html Css Color HEX #F05C58 Flamingo

📋 copy color: '#F05C58'

red 240 ◦ green 92 ◦ blue 88

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

Shades of Flamingo #F05C58

Tints of Flamingo #F05C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.95%

R = 57.14%
G = 21.9%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F05C58 (or 0xF05C58) is known color: Flamingo. HEX triplet: F0, 5C and 58. RGB value is (240,92,88). Sum of RGB (Red+Green+Blue) = 240+92+88=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C58 is #0FA3A7. Grayscale: #878787. Windows color (decimal): -1024936 or 5790960. OLE color: 5790960.

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

Color convert

RGB 240 92 88 -
CMYK 0 0.62 0.63 0.06
HSL 1.58º 0.84% 0.64% -
HSV(B) 1.58º 0.63% 0.94% -
XYZ 41.52 26.88 12.23 -
YUV 135.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 240 92 88 0 0.62 0.63 0.06 1.58 0.84 0.64
Hex F0 5C 58 0 3E 3F 6 2 54 40
Octal 360 134 130 0 76 77 6 2 124 100
Binary 11110000 1011100 1011000 0 111110 111111 110 10 1010100 1000000

Color Harmonies of #F05C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C58

Black with #F05C58

Text Example


Text Example

White with #F05C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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