Html Css Color HEX #F0605A Flamingo

📋 copy color: '#F0605A'

red 240 ◦ green 96 ◦ blue 90

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

Shades of Flamingo #F0605A

Tints of Flamingo #F0605A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 56.34%
G = 22.54%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0605A (or 0xF0605A) is known color: Flamingo. HEX triplet: F0, 60 and 5A. RGB value is (240,96,90). Sum of RGB (Red+Green+Blue) = 240+96+90=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F0605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0605A is #0F9FA5. Grayscale: #8A8A8A. Windows color (decimal): -1023910 or 5923056. OLE color: 5923056.

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

Color convert

RGB 240 96 90 -
CMYK 0 0.6 0.62 0.06
HSL 2.4º 0.83% 0.65% -
HSV(B) 2.4º 0.63% 0.94% -
XYZ 41.96 27.63 12.79 -
YUV 138.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 240 96 90 0 0.6 0.62 0.06 2.4 0.83 0.65
Hex F0 60 5A 0 3C 3E 6 2 53 41
Octal 360 140 132 0 74 76 6 2 123 101
Binary 11110000 1100000 1011010 0 111100 111110 110 10 1010011 1000001

Color Harmonies of #F0605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0605A

Black with #F0605A

Text Example


Text Example

White with #F0605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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