Html Css Color HEX #F06257 Flamingo

📋 copy color: '#F06257'

red 240 ◦ green 98 ◦ blue 87

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

Shades of Flamingo #F06257

Tints of Flamingo #F06257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

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

R = 56.47%
G = 23.06%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F06257 (or 0xF06257) is known color: Flamingo. HEX triplet: F0, 62 and 57. RGB value is (240,98,87). Sum of RGB (Red+Green+Blue) = 240+98+87=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F06257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06257 is #0F9DA8. Grayscale: #8B8B8B. Windows color (decimal): -1023401 or 5726960. OLE color: 5726960.

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

Color convert

RGB 240 98 87 -
CMYK 0 0.59 0.64 0.06
HSL 4.31º 0.84% 0.64% -
HSV(B) 4.31º 0.64% 0.94% -
XYZ 42.02 27.95 12.2 -
YUV 139.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 240 98 87 0 0.59 0.64 0.06 4.31 0.84 0.64
Hex F0 62 57 0 3B 40 6 4 54 40
Octal 360 142 127 0 73 100 6 4 124 100
Binary 11110000 1100010 1010111 0 111011 1000000 110 100 1010100 1000000

Color Harmonies of #F06257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06257

Black with #F06257

Text Example


Text Example

White with #F06257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06257; }

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

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

background-color css

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

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

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

border-color css

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

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

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