Html Css Color HEX #F06353 Flamingo

📋 copy color: '#F06353'

red 240 ◦ green 99 ◦ blue 83

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

Shades of Flamingo #F06353

Tints of Flamingo #F06353

RGB

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

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

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

R = 56.87%
G = 23.46%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06353 (or 0xF06353) is known color: Flamingo. HEX triplet: F0, 63 and 53. RGB value is (240,99,83). Sum of RGB (Red+Green+Blue) = 240+99+83=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F06353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06353 is #0F9CAC. Grayscale: #8B8B8B. Windows color (decimal): -1023149 or 5465072. OLE color: 5465072.

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

Color convert

RGB 240 99 83 -
CMYK 0 0.59 0.65 0.06
HSL 6.11º 0.84% 0.63% -
HSV(B) 6.11º 0.65% 0.94% -
XYZ 41.96 28.07 11.39 -
YUV 139.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 240 99 83 0 0.59 0.65 0.06 6.11 0.84 0.63
Hex F0 63 53 0 3B 41 6 6 54 3F
Octal 360 143 123 0 73 101 6 6 124 77
Binary 11110000 1100011 1010011 0 111011 1000001 110 110 1010100 111111

Color Harmonies of #F06353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06353

Black with #F06353

Text Example


Text Example

White with #F06353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06353; }

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

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

background-color css

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

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

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

border-color css

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

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

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