Html Css Color HEX #F037FA Pink Flamingo

📋 copy color: '#F037FA'

red 240 ◦ green 55 ◦ blue 250

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

Shades of Pink Flamingo #F037FA

Tints of Pink Flamingo #F037FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.09%

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 44.04%
G = 10.09%
B = 45.87%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F037FA (or 0xF037FA) is known color: Pink Flamingo. HEX triplet: F0, 37 and FA. RGB value is (240,55,250). Sum of RGB (Red+Green+Blue) = 240+55+250=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 55 (21.88% from 255 or 10.09% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #F037FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F037FA is #0FC805. Grayscale: #838383. Windows color (decimal): -1034246 or 16398320. OLE color: 16398320.

HSL color Cylindrical-coordinate representation of color #F037FA: hue angle of 296.92º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F037FA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 55 250 -
CMYK 0.04 0.78 0 0.02
HSL 296.92º 0.95% 0.6% -
HSV(B) 296.92º 0.78% 0.98% -
XYZ 54.56 28.16 93 -
YUV 132.55 194.29 204.64 -
System Red Green Blue C M Y K H S L
Decimal 240 55 250 0.04 0.78 0 0.02 296.92 0.95 0.6
Hex F0 37 FA 4 4E 0 2 129 5F 3C
Octal 360 67 372 4 116 0 2 451 137 74
Binary 11110000 110111 11111010 100 1001110 0 10 100101001 1011111 111100

Color Harmonies of #F037FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F037FA

Black with #F037FA

Text Example


Text Example

White with #F037FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F037FA; }

 p { color: rgb(240,55,250); }

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

background-color css

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

 a { background-color: rgb(240,55,250); }

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

border-color css

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

 span { border-color: rgb(240,55,250); }

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