Html Css Color HEX #F05F58 Flamingo

📋 copy color: '#F05F58'

red 240 ◦ green 95 ◦ blue 88

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

Shades of Flamingo #F05F58

Tints of Flamingo #F05F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

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

R = 56.74%
G = 22.46%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F05F58 (or 0xF05F58) is known color: Flamingo. HEX triplet: F0, 5F and 58. RGB value is (240,95,88). Sum of RGB (Red+Green+Blue) = 240+95+88=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F58 is #0FA0A7. Grayscale: #898989. Windows color (decimal): -1024168 or 5791728. OLE color: 5791728.

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

Color convert

RGB 240 95 88 -
CMYK 0 0.60 0.63 0.06
HSL 2.76º 0.84% 0.64% -
HSV(B) 2.76º 0.63% 0.94% -
XYZ 41.79 27.41 12.32 -
YUV 137.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 240 95 88 0 0.60 0.63 0.06 2.76 0.84 0.64
Hex F0 5F 58 0 3C 3F 6 3 54 40
Octal 360 137 130 0 74 77 6 3 124 100
Binary 11110000 1011111 1011000 0 111100 111111 110 11 1010100 1000000

Color Harmonies of #F05F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F58

Black with #F05F58

Text Example


Text Example

White with #F05F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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