Html Css Color HEX #F06553 Flamingo

📋 copy color: '#F06553'

red 240 ◦ green 101 ◦ blue 83

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

Shades of Flamingo #F06553

Tints of Flamingo #F06553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.82%

 BLUE value IS 83 (32.81% from 255) = 19.58%

R = 56.6%
G = 23.82%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06553 (or 0xF06553) is known color: Flamingo. HEX triplet: F0, 65 and 53. RGB value is (240,101,83). Sum of RGB (Red+Green+Blue) = 240+101+83=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06553 is #0F9AAC. Grayscale: #8C8C8C. Windows color (decimal): -1022637 or 5465584. OLE color: 5465584.

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

Color convert

RGB 240 101 83 -
CMYK 0 0.58 0.65 0.06
HSL 6.88º 0.84% 0.63% -
HSV(B) 6.88º 0.65% 0.94% -
XYZ 42.15 28.46 11.45 -
YUV 140.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 240 101 83 0 0.58 0.65 0.06 6.88 0.84 0.63
Hex F0 65 53 0 3A 41 6 7 54 3F
Octal 360 145 123 0 72 101 6 7 124 77
Binary 11110000 1100101 1010011 0 111010 1000001 110 111 1010100 111111

Color Harmonies of #F06553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06553

Black with #F06553

Text Example


Text Example

White with #F06553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06553; }

 p { color: rgb(240,101,83); }

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

background-color css

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

 a { background-color: rgb(240,101,83); }

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

border-color css

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

 span { border-color: rgb(240,101,83); }

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