Html Css Color HEX #F06854 Flamingo

📋 copy color: '#F06854'

red 240 ◦ green 104 ◦ blue 84

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

Shades of Flamingo #F06854

Tints of Flamingo #F06854

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.3%

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

R = 56.07%
G = 24.3%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06854 (or 0xF06854) is known color: Flamingo. HEX triplet: F0, 68 and 54. RGB value is (240,104,84). Sum of RGB (Red+Green+Blue) = 240+104+84=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F06854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06854 is #0F97AB. Grayscale: #8E8E8E. Windows color (decimal): -1021868 or 5531888. OLE color: 5531888.

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

Color convert

RGB 240 104 84 -
CMYK 0 0.57 0.65 0.06
HSL 7.69º 0.84% 0.64% -
HSV(B) 7.69º 0.65% 0.94% -
XYZ 42.49 29.07 11.76 -
YUV 142.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 240 104 84 0 0.57 0.65 0.06 7.69 0.84 0.64
Hex F0 68 54 0 39 41 6 8 54 40
Octal 360 150 124 0 71 101 6 10 124 100
Binary 11110000 1101000 1010100 0 111001 1000001 110 1000 1010100 1000000

Color Harmonies of #F06854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06854

Black with #F06854

Text Example


Text Example

White with #F06854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06854; }

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

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

background-color css

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

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

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

border-color css

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

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

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