Html Css Color HEX #F06153 Flamingo

📋 copy color: '#F06153'

red 240 ◦ green 97 ◦ blue 83

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

Shades of Flamingo #F06153

Tints of Flamingo #F06153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.1%

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

R = 57.14%
G = 23.1%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06153 (or 0xF06153) is known color: Flamingo. HEX triplet: F0, 61 and 53. RGB value is (240,97,83). Sum of RGB (Red+Green+Blue) = 240+97+83=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F06153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06153 is #0F9EAC. Grayscale: #8A8A8A. Windows color (decimal): -1023661 or 5464560. OLE color: 5464560.

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

Color convert

RGB 240 97 83 -
CMYK 0 0.60 0.65 0.06
HSL 5.35º 0.84% 0.63% -
HSV(B) 5.35º 0.65% 0.94% -
XYZ 41.77 27.7 11.33 -
YUV 138.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 240 97 83 0 0.60 0.65 0.06 5.35 0.84 0.63
Hex F0 61 53 0 3C 41 6 5 54 3F
Octal 360 141 123 0 74 101 6 5 124 77
Binary 11110000 1100001 1010011 0 111100 1000001 110 101 1010100 111111

Color Harmonies of #F06153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06153

Black with #F06153

Text Example


Text Example

White with #F06153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06153; }

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

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

background-color css

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

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

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

border-color css

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

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

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