Html Css Color HEX #F06653 Flamingo

📋 copy color: '#F06653'

red 240 ◦ green 102 ◦ blue 83

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

Shades of Flamingo #F06653

Tints of Flamingo #F06653

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24%

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

R = 56.47%
G = 24%
B = 19.53%

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

#F06653 (or 0xF06653) is known color: Flamingo. HEX triplet: F0, 66 and 53. RGB value is (240,102,83). Sum of RGB (Red+Green+Blue) = 240+102+83=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F06653 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06653 is #0F99AC. Grayscale: #8D8D8D. Windows color (decimal): -1022381 or 5465840. OLE color: 5465840.

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

Color convert

RGB 240 102 83 -
CMYK 0 0.58 0.65 0.06
HSL 7.26º 0.84% 0.63% -
HSV(B) 7.26º 0.65% 0.94% -
XYZ 42.25 28.65 11.49 -
YUV 141.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 240 102 83 0 0.58 0.65 0.06 7.26 0.84 0.63
Hex F0 66 53 0 3A 41 6 7 54 3F
Octal 360 146 123 0 72 101 6 7 124 77
Binary 11110000 1100110 1010011 0 111010 1000001 110 111 1010100 111111

Color Harmonies of #F06653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06653

Black with #F06653

Text Example


Text Example

White with #F06653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06653; }

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

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

background-color css

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

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

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

border-color css

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

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

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