Html Css Color HEX #F06057 Flamingo

📋 copy color: '#F06057'

red 240 ◦ green 96 ◦ blue 87

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

Shades of Flamingo #F06057

Tints of Flamingo #F06057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 87 (34.38% from 255) = 20.57%

R = 56.74%
G = 22.7%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F06057 (or 0xF06057) is known color: Flamingo. HEX triplet: F0, 60 and 57. RGB value is (240,96,87). Sum of RGB (Red+Green+Blue) = 240+96+87=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06057 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06057 is #0F9FA8. Grayscale: #8A8A8A. Windows color (decimal): -1023913 or 5726448. OLE color: 5726448.

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

Color convert

RGB 240 96 87 -
CMYK 0 0.6 0.64 0.06
HSL 3.53º 0.84% 0.64% -
HSV(B) 3.53º 0.64% 0.94% -
XYZ 41.84 27.58 12.14 -
YUV 138.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 240 96 87 0 0.6 0.64 0.06 3.53 0.84 0.64
Hex F0 60 57 0 3C 40 6 4 54 40
Octal 360 140 127 0 74 100 6 4 124 100
Binary 11110000 1100000 1010111 0 111100 1000000 110 100 1010100 1000000

Color Harmonies of #F06057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06057

Black with #F06057

Text Example


Text Example

White with #F06057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06057; }

 p { color: rgb(240,96,87); }

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

background-color css

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

 a { background-color: rgb(240,96,87); }

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

border-color css

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

 span { border-color: rgb(240,96,87); }

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