Html Css Color HEX #F037FE Pink Flamingo

📋 copy color: '#F037FE'

red 240 ◦ green 55 ◦ blue 254

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

Shades of Pink Flamingo #F037FE

Tints of Pink Flamingo #F037FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 43.72%
G = 10.02%
B = 46.27%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F037FE (or 0xF037FE) is known color: Pink Flamingo. HEX triplet: F0, 37 and FE. RGB value is (240,55,254). Sum of RGB (Red+Green+Blue) = 240+55+254=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 55 (21.88% from 255 or 10.02% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #F037FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F037FE is #0FC801. Grayscale: #848484. Windows color (decimal): -1034242 or 16660464. OLE color: 16660464.

HSL color Cylindrical-coordinate representation of color #F037FE: hue angle of 295.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F037FE is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 55 254 -
CMYK 0.06 0.78 0 0.00
HSL 295.78º 0.99% 0.61% -
HSV(B) 295.78º 0.78% 1% -
XYZ 55.19 28.41 96.34 -
YUV 133 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 240 55 254 0.06 0.78 0 0.00 295.78 0.99 0.61
Hex F0 37 FE 6 4E 0 0 128 63 3D
Octal 360 67 376 6 116 0 0 450 143 75
Binary 11110000 110111 11111110 110 1001110 0 0 100101000 1100011 111101

Color Harmonies of #F037FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F037FE

Black with #F037FE

Text Example


Text Example

White with #F037FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F037FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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