Html Css Color HEX #F06058 Flamingo

📋 copy color: '#F06058'

red 240 ◦ green 96 ◦ blue 88

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

Shades of Flamingo #F06058

Tints of Flamingo #F06058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

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

R = 56.6%
G = 22.64%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F06058 (or 0xF06058) is known color: Flamingo. HEX triplet: F0, 60 and 58. RGB value is (240,96,88). Sum of RGB (Red+Green+Blue) = 240+96+88=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06058 is #0F9FA7. Grayscale: #8A8A8A. Windows color (decimal): -1023912 or 5791984. OLE color: 5791984.

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

Color convert

RGB 240 96 88 -
CMYK 0 0.6 0.63 0.06
HSL 3.16º 0.84% 0.64% -
HSV(B) 3.16º 0.63% 0.94% -
XYZ 41.88 27.6 12.35 -
YUV 138.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 240 96 88 0 0.6 0.63 0.06 3.16 0.84 0.64
Hex F0 60 58 0 3C 3F 6 3 54 40
Octal 360 140 130 0 74 77 6 3 124 100
Binary 11110000 1100000 1011000 0 111100 111111 110 11 1010100 1000000

Color Harmonies of #F06058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06058

Black with #F06058

Text Example


Text Example

White with #F06058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06058; }

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

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

background-color css

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

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

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

border-color css

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

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

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