Html Css Color HEX #F05D4D Flamingo

📋 copy color: '#F05D4D'

red 240 ◦ green 93 ◦ blue 77

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

Shades of Flamingo #F05D4D

Tints of Flamingo #F05D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.78%

R = 58.54%
G = 22.68%
B = 18.78%

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

#F05D4D (or 0xF05D4D) is known color: Flamingo. HEX triplet: F0, 5D and 4D. RGB value is (240,93,77). Sum of RGB (Red+Green+Blue) = 240+93+77=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D4D is #0FA2B2. Grayscale: #878787. Windows color (decimal): -1024691 or 5070320. OLE color: 5070320.

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

Color convert

RGB 240 93 77 -
CMYK 0 0.61 0.68 0.06
HSL 5.89º 0.84% 0.62% -
HSV(B) 5.89º 0.68% 0.94% -
XYZ 41.19 26.89 10.04 -
YUV 135.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 240 93 77 0 0.61 0.68 0.06 5.89 0.84 0.62
Hex F0 5D 4D 0 3D 44 6 6 54 3E
Octal 360 135 115 0 75 104 6 6 124 76
Binary 11110000 1011101 1001101 0 111101 1000100 110 110 1010100 111110

Color Harmonies of #F05D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D4D

Black with #F05D4D

Text Example


Text Example

White with #F05D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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