Html Css Color HEX #F06753 Flamingo

📋 copy color: '#F06753'

red 240 ◦ green 103 ◦ blue 83

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

Shades of Flamingo #F06753

Tints of Flamingo #F06753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.18%

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

R = 56.34%
G = 24.18%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06753 (or 0xF06753) is known color: Flamingo. HEX triplet: F0, 67 and 53. RGB value is (240,103,83). Sum of RGB (Red+Green+Blue) = 240+103+83=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F06753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06753 is #0F98AC. Grayscale: #8D8D8D. Windows color (decimal): -1022125 or 5466096. OLE color: 5466096.

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

Color convert

RGB 240 103 83 -
CMYK 0 0.57 0.65 0.06
HSL 7.64º 0.84% 0.63% -
HSV(B) 7.64º 0.65% 0.94% -
XYZ 42.35 28.85 11.52 -
YUV 141.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 240 103 83 0 0.57 0.65 0.06 7.64 0.84 0.63
Hex F0 67 53 0 39 41 6 8 54 3F
Octal 360 147 123 0 71 101 6 10 124 77
Binary 11110000 1100111 1010011 0 111001 1000001 110 1000 1010100 111111

Color Harmonies of #F06753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06753

Black with #F06753

Text Example


Text Example

White with #F06753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06753; }

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

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

background-color css

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

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

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

border-color css

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

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

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