Html Css Color HEX #F0625A Flamingo

📋 copy color: '#F0625A'

red 240 ◦ green 98 ◦ blue 90

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

Shades of Flamingo #F0625A

Tints of Flamingo #F0625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

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

R = 56.07%
G = 22.9%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0625A (or 0xF0625A) is known color: Flamingo. HEX triplet: F0, 62 and 5A. RGB value is (240,98,90). Sum of RGB (Red+Green+Blue) = 240+98+90=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0625A is #0F9DA5. Grayscale: #8B8B8B. Windows color (decimal): -1023398 or 5923568. OLE color: 5923568.

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

Color convert

RGB 240 98 90 -
CMYK 0 0.59 0.62 0.06
HSL 3.2º 0.83% 0.65% -
HSV(B) 3.2º 0.63% 0.94% -
XYZ 42.15 28 12.86 -
YUV 139.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 240 98 90 0 0.59 0.62 0.06 3.2 0.83 0.65
Hex F0 62 5A 0 3B 3E 6 3 53 41
Octal 360 142 132 0 73 76 6 3 123 101
Binary 11110000 1100010 1011010 0 111011 111110 110 11 1010011 1000001

Color Harmonies of #F0625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0625A

Black with #F0625A

Text Example


Text Example

White with #F0625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0625A; }

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

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

background-color css

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

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

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

border-color css

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

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

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