Html Css Color HEX #F440FE Pink Flamingo

📋 copy color: '#F440FE'

red 244 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #F440FE

Tints of Pink Flamingo #F440FE

RGB

 RED value IS 244 (95.7% from 255) = 43.42%

 GREEN value IS 64 (25.39% from 255) = 11.39%

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

R = 43.42%
G = 11.39%
B = 45.2%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F440FE (or 0xF440FE) is known color: Pink Flamingo. HEX triplet: F4, 40 and FE. RGB value is (244,64,254). Sum of RGB (Red+Green+Blue) = 244+64+254=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 64 (25.39% from 255 or 11.39% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #F440FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F440FE is #0BBF01. Grayscale: #8A8A8A. Windows color (decimal): -769794 or 16662772. OLE color: 16662772.

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

Color convert

RGB 244 64 254 -
CMYK 0.04 0.75 0 0.00
HSL 296.84º 0.99% 0.62% -
HSV(B) 296.84º 0.75% 1% -
XYZ 57.03 30.06 96.56 -
YUV 139.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 244 64 254 0.04 0.75 0 0.00 296.84 0.99 0.62
Hex F4 40 FE 4 4B 0 0 129 63 3E
Octal 364 100 376 4 113 0 0 451 143 76
Binary 11110100 1000000 11111110 100 1001011 0 0 100101001 1100011 111110

Color Harmonies of #F440FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440FE

Black with #F440FE

Text Example


Text Example

White with #F440FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440FE; }

 p { color: rgb(244,64,254); }

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

background-color css

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

 a { background-color: rgb(244,64,254); }

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

border-color css

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

 span { border-color: rgb(244,64,254); }

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