Html Css Color HEX #F06457 Flamingo

📋 copy color: '#F06457'

red 240 ◦ green 100 ◦ blue 87

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

Shades of Flamingo #F06457

Tints of Flamingo #F06457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

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

R = 56.21%
G = 23.42%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F06457 (or 0xF06457) is known color: Flamingo. HEX triplet: F0, 64 and 57. RGB value is (240,100,87). Sum of RGB (Red+Green+Blue) = 240+100+87=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F06457 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06457 is #0F9BA8. Grayscale: #8C8C8C. Windows color (decimal): -1022889 or 5727472. OLE color: 5727472.

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

Color convert

RGB 240 100 87 -
CMYK 0 0.58 0.64 0.06
HSL 5.1º 0.84% 0.64% -
HSV(B) 5.1º 0.64% 0.94% -
XYZ 42.21 28.33 12.26 -
YUV 140.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 240 100 87 0 0.58 0.64 0.06 5.1 0.84 0.64
Hex F0 64 57 0 3A 40 6 5 54 40
Octal 360 144 127 0 72 100 6 5 124 100
Binary 11110000 1100100 1010111 0 111010 1000000 110 101 1010100 1000000

Color Harmonies of #F06457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06457

Black with #F06457

Text Example


Text Example

White with #F06457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06457; }

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

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

background-color css

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

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

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

border-color css

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

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

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