Html Css Color HEX #F0654C Flamingo

📋 copy color: '#F0654C'

red 240 ◦ green 101 ◦ blue 76

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

Shades of Flamingo #F0654C

Tints of Flamingo #F0654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

 BLUE value IS 76 (30.08% from 255) = 18.23%

R = 57.55%
G = 24.22%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0654C (or 0xF0654C) is known color: Flamingo. HEX triplet: F0, 65 and 4C. RGB value is (240,101,76). Sum of RGB (Red+Green+Blue) = 240+101+76=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0654C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0654C is #0F9AB3. Grayscale: #8B8B8B. Windows color (decimal): -1022644 or 5006832. OLE color: 5006832.

HSL color Cylindrical-coordinate representation of color #F0654C: hue angle of 9.15º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0654C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 76 -
CMYK 0 0.58 0.68 0.06
HSL 9.15º 0.85% 0.62% -
HSV(B) 9.15º 0.68% 0.94% -
XYZ 41.89 28.35 10.1 -
YUV 139.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 240 101 76 0 0.58 0.68 0.06 9.15 0.85 0.62
Hex F0 65 4C 0 3A 44 6 9 55 3E
Octal 360 145 114 0 72 104 6 11 125 76
Binary 11110000 1100101 1001100 0 111010 1000100 110 1001 1010101 111110

Color Harmonies of #F0654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0654C

Black with #F0654C

Text Example


Text Example

White with #F0654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0654C; }

 p { color: rgb(240,101,76); }

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

background-color css

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

 a { background-color: rgb(240,101,76); }

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

border-color css

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

 span { border-color: rgb(240,101,76); }

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