Html Css Color HEX #F05F4E Flamingo

📋 copy color: '#F05F4E'

red 240 ◦ green 95 ◦ blue 78

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

Shades of Flamingo #F05F4E

Tints of Flamingo #F05F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.89%

R = 58.11%
G = 23%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F05F4E (or 0xF05F4E) is known color: Flamingo. HEX triplet: F0, 5F and 4E. RGB value is (240,95,78). Sum of RGB (Red+Green+Blue) = 240+95+78=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F4E is #0FA0B1. Grayscale: #888888. Windows color (decimal): -1024178 or 5136368. OLE color: 5136368.

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

Color convert

RGB 240 95 78 -
CMYK 0 0.60 0.68 0.06
HSL 6.3º 0.84% 0.62% -
HSV(B) 6.3º 0.68% 0.94% -
XYZ 41.4 27.26 10.29 -
YUV 136.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 240 95 78 0 0.60 0.68 0.06 6.3 0.84 0.62
Hex F0 5F 4E 0 3C 44 6 6 54 3E
Octal 360 137 116 0 74 104 6 6 124 76
Binary 11110000 1011111 1001110 0 111100 1000100 110 110 1010100 111110

Color Harmonies of #F05F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F4E

Black with #F05F4E

Text Example


Text Example

White with #F05F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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