Html Css Color HEX #F441FF Pink Flamingo

📋 copy color: '#F441FF'

red 244 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #F441FF

Tints of Pink Flamingo #F441FF

RGB

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

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

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

R = 43.26%
G = 11.52%
B = 45.21%

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

#F441FF (or 0xF441FF) is known color: Pink Flamingo. HEX triplet: F4, 41 and FF. RGB value is (244,65,255). Sum of RGB (Red+Green+Blue) = 244+65+255=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 65 (25.78% from 255 or 11.52% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #F441FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F441FF is #0BBE00. Grayscale: #8B8B8B. Windows color (decimal): -769537 or 16728564. OLE color: 16728564.

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

Color convert

RGB 244 65 255 -
CMYK 0.04 0.75 0 0
HSL 296.53º 1% 0.63% -
HSV(B) 296.53º 0.75% 1% -
XYZ 57.25 30.23 97.43 -
YUV 140.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 244 65 255 0.04 0.75 0 0 296.53 1 0.63
Hex F4 41 FF 4 4B 0 0 129 64 3F
Octal 364 101 377 4 113 0 0 451 144 77
Binary 11110100 1000001 11111111 100 1001011 0 0 100101001 1100100 111111

Color Harmonies of #F441FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441FF

Black with #F441FF

Text Example


Text Example

White with #F441FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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