Html Css Color HEX #F441FE Pink Flamingo

📋 copy color: '#F441FE'

red 244 ◦ green 65 ◦ blue 254

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

Shades of Pink Flamingo #F441FE

Tints of Pink Flamingo #F441FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.55%

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

R = 43.34%
G = 11.55%
B = 45.12%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F441FE (or 0xF441FE) is known color: Pink Flamingo. HEX triplet: F4, 41 and FE. RGB value is (244,65,254). Sum of RGB (Red+Green+Blue) = 244+65+254=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 65 (25.78% from 255 or 11.55% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #F441FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F441FE is #0BBE01. Grayscale: #8B8B8B. Windows color (decimal): -769538 or 16663028. OLE color: 16663028.

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

Color convert

RGB 244 65 254 -
CMYK 0.04 0.74 0 0.00
HSL 296.83º 0.99% 0.63% -
HSV(B) 296.83º 0.74% 1% -
XYZ 57.09 30.17 96.58 -
YUV 140.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 244 65 254 0.04 0.74 0 0.00 296.83 0.99 0.63
Hex F4 41 FE 4 4A 0 0 129 63 3F
Octal 364 101 376 4 112 0 0 451 143 77
Binary 11110100 1000001 11111110 100 1001010 0 0 100101001 1100011 111111

Color Harmonies of #F441FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441FE

Black with #F441FE

Text Example


Text Example

White with #F441FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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