Html Css Color HEX #F036FA Pink Flamingo

📋 copy color: '#F036FA'

red 240 ◦ green 54 ◦ blue 250

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

Shades of Pink Flamingo #F036FA

Tints of Pink Flamingo #F036FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.93%

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

R = 44.12%
G = 9.93%
B = 45.96%

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

#F036FA (or 0xF036FA) is known color: Pink Flamingo. HEX triplet: F0, 36 and FA. RGB value is (240,54,250). Sum of RGB (Red+Green+Blue) = 240+54+250=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 54 (21.48% from 255 or 9.93% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #F036FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F036FA is #0FC905. Grayscale: #838383. Windows color (decimal): -1034502 or 16398064. OLE color: 16398064.

HSL color Cylindrical-coordinate representation of color #F036FA: hue angle of 296.94º 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 #F036FA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 54 250 -
CMYK 0.04 0.78 0 0.02
HSL 296.94º 0.95% 0.6% -
HSV(B) 296.94º 0.78% 0.98% -
XYZ 54.51 28.07 92.99 -
YUV 131.96 194.62 205.06 -
System Red Green Blue C M Y K H S L
Decimal 240 54 250 0.04 0.78 0 0.02 296.94 0.95 0.6
Hex F0 36 FA 4 4E 0 2 129 5F 3C
Octal 360 66 372 4 116 0 2 451 137 74
Binary 11110000 110110 11111010 100 1001110 0 10 100101001 1011111 111100

Color Harmonies of #F036FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F036FA

Black with #F036FA

Text Example


Text Example

White with #F036FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F036FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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