Html Css Color HEX #F05453 Flamingo

📋 copy color: '#F05453'

red 240 ◦ green 84 ◦ blue 83

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

Shades of Flamingo #F05453

Tints of Flamingo #F05453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.64%

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

R = 58.97%
G = 20.64%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F05453 (or 0xF05453) is known color: Flamingo. HEX triplet: F0, 54 and 53. RGB value is (240,84,83). Sum of RGB (Red+Green+Blue) = 240+84+83=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F05453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05453 is #0FABAC. Grayscale: #828282. Windows color (decimal): -1026989 or 5461232. OLE color: 5461232.

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

Color convert

RGB 240 84 83 -
CMYK 0 0.65 0.65 0.06
HSL 0.38º 0.84% 0.63% -
HSV(B) 0.38º 0.65% 0.94% -
XYZ 40.67 25.49 10.96 -
YUV 130.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 240 84 83 0 0.65 0.65 0.06 0.38 0.84 0.63
Hex F0 54 53 0 41 41 6 0 54 3F
Octal 360 124 123 0 101 101 6 0 124 77
Binary 11110000 1010100 1010011 0 1000001 1000001 110 0 1010100 111111

Color Harmonies of #F05453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05453

Black with #F05453

Text Example


Text Example

White with #F05453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05453; }

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

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

background-color css

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

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

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

border-color css

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

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

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