Html Css Color HEX #F06354 Flamingo

📋 copy color: '#F06354'

red 240 ◦ green 99 ◦ blue 84

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

Shades of Flamingo #F06354

Tints of Flamingo #F06354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.86%

R = 56.74%
G = 23.4%
B = 19.86%

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

#F06354 (or 0xF06354) is known color: Flamingo. HEX triplet: F0, 63 and 54. RGB value is (240,99,84). Sum of RGB (Red+Green+Blue) = 240+99+84=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06354 is #0F9CAB. Grayscale: #8B8B8B. Windows color (decimal): -1023148 or 5530608. OLE color: 5530608.

HSL color Cylindrical-coordinate representation of color #F06354: hue angle of 5.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F06354 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 84 -
CMYK 0 0.59 0.65 0.06
HSL 5.77º 0.84% 0.64% -
HSV(B) 5.77º 0.65% 0.94% -
XYZ 42 28.09 11.6 -
YUV 139.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 240 99 84 0 0.59 0.65 0.06 5.77 0.84 0.64
Hex F0 63 54 0 3B 41 6 6 54 40
Octal 360 143 124 0 73 101 6 6 124 100
Binary 11110000 1100011 1010100 0 111011 1000001 110 110 1010100 1000000

Color Harmonies of #F06354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06354

Black with #F06354

Text Example


Text Example

White with #F06354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06354; }

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

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

background-color css

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

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

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

border-color css

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

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

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