Html Css Color HEX #F440FF Pink Flamingo

📋 copy color: '#F440FF'

red 244 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #F440FF

Tints of Pink Flamingo #F440FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 43.34%
G = 11.37%
B = 45.29%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F440FF (or 0xF440FF) is known color: Pink Flamingo. HEX triplet: F4, 40 and FF. RGB value is (244,64,255). Sum of RGB (Red+Green+Blue) = 244+64+255=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 64 (25.39% from 255 or 11.37% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #F440FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F440FF is #0BBF00. Grayscale: #8B8B8B. Windows color (decimal): -769793 or 16728308. OLE color: 16728308.

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

Color convert

RGB 244 64 255 -
CMYK 0.04 0.75 0 0
HSL 296.54º 1% 0.63% -
HSV(B) 296.54º 0.75% 1% -
XYZ 57.19 30.12 97.41 -
YUV 139.59 193.13 202.47 -
System Red Green Blue C M Y K H S L
Decimal 244 64 255 0.04 0.75 0 0 296.54 1 0.63
Hex F4 40 FF 4 4B 0 0 129 64 3F
Octal 364 100 377 4 113 0 0 451 144 77
Binary 11110100 1000000 11111111 100 1001011 0 0 100101001 1100100 111111

Color Harmonies of #F440FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440FF

Black with #F440FF

Text Example


Text Example

White with #F440FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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