Html Css Color HEX #F05D4C Flamingo

📋 copy color: '#F05D4C'

red 240 ◦ green 93 ◦ blue 76

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

Shades of Flamingo #F05D4C

Tints of Flamingo #F05D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.58%

R = 58.68%
G = 22.74%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F05D4C (or 0xF05D4C) is known color: Flamingo. HEX triplet: F0, 5D and 4C. RGB value is (240,93,76). Sum of RGB (Red+Green+Blue) = 240+93+76=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D4C is #0FA2B3. Grayscale: #878787. Windows color (decimal): -1024692 or 5004784. OLE color: 5004784.

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

Color convert

RGB 240 93 76 -
CMYK 0 0.61 0.68 0.06
HSL 6.22º 0.85% 0.62% -
HSV(B) 6.22º 0.68% 0.94% -
XYZ 41.15 26.88 9.86 -
YUV 135.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 240 93 76 0 0.61 0.68 0.06 6.22 0.85 0.62
Hex F0 5D 4C 0 3D 44 6 6 55 3E
Octal 360 135 114 0 75 104 6 6 125 76
Binary 11110000 1011101 1001100 0 111101 1000100 110 110 1010101 111110

Color Harmonies of #F05D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D4C

Black with #F05D4C

Text Example


Text Example

White with #F05D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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