Html Css Color HEX #F06357 Flamingo

📋 copy color: '#F06357'

red 240 ◦ green 99 ◦ blue 87

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

Shades of Flamingo #F06357

Tints of Flamingo #F06357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.24%

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

R = 56.34%
G = 23.24%
B = 20.42%

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

#F06357 (or 0xF06357) is known color: Flamingo. HEX triplet: F0, 63 and 57. RGB value is (240,99,87). Sum of RGB (Red+Green+Blue) = 240+99+87=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F06357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06357 is #0F9CA8. Grayscale: #8B8B8B. Windows color (decimal): -1023145 or 5727216. OLE color: 5727216.

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

Color convert

RGB 240 99 87 -
CMYK 0 0.59 0.64 0.06
HSL 4.71º 0.84% 0.64% -
HSV(B) 4.71º 0.64% 0.94% -
XYZ 42.12 28.14 12.23 -
YUV 139.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 240 99 87 0 0.59 0.64 0.06 4.71 0.84 0.64
Hex F0 63 57 0 3B 40 6 5 54 40
Octal 360 143 127 0 73 100 6 5 124 100
Binary 11110000 1100011 1010111 0 111011 1000000 110 101 1010100 1000000

Color Harmonies of #F06357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06357

Black with #F06357

Text Example


Text Example

White with #F06357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06357; }

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

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

background-color css

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

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

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

border-color css

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

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

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