Html Css Color HEX #F06458 Flamingo

📋 copy color: '#F06458'

red 240 ◦ green 100 ◦ blue 88

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

Shades of Flamingo #F06458

Tints of Flamingo #F06458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.36%

 BLUE value IS 88 (34.77% from 255) = 20.56%

R = 56.07%
G = 23.36%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F06458 (or 0xF06458) is known color: Flamingo. HEX triplet: F0, 64 and 58. RGB value is (240,100,88). Sum of RGB (Red+Green+Blue) = 240+100+88=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F06458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06458 is #0F9BA7. Grayscale: #8C8C8C. Windows color (decimal): -1022888 or 5793008. OLE color: 5793008.

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

Color convert

RGB 240 100 88 -
CMYK 0 0.58 0.63 0.06
HSL 4.74º 0.84% 0.64% -
HSV(B) 4.74º 0.63% 0.94% -
XYZ 42.25 28.34 12.48 -
YUV 140.49 98.38 198.98 -
System Red Green Blue C M Y K H S L
Decimal 240 100 88 0 0.58 0.63 0.06 4.74 0.84 0.64
Hex F0 64 58 0 3A 3F 6 5 54 40
Octal 360 144 130 0 72 77 6 5 124 100
Binary 11110000 1100100 1011000 0 111010 111111 110 101 1010100 1000000

Color Harmonies of #F06458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06458

Black with #F06458

Text Example


Text Example

White with #F06458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06458; }

 p { color: rgb(240,100,88); }

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

background-color css

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

 a { background-color: rgb(240,100,88); }

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

border-color css

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

 span { border-color: rgb(240,100,88); }

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