Html Css Color HEX #F448FF Pink Flamingo

📋 copy color: '#F448FF'

red 244 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #F448FF

Tints of Pink Flamingo #F448FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.61%

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

R = 42.73%
G = 12.61%
B = 44.66%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F448FF (or 0xF448FF) is known color: Pink Flamingo. HEX triplet: F4, 48 and FF. RGB value is (244,72,255). Sum of RGB (Red+Green+Blue) = 244+72+255=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 72 (28.52% from 255 or 12.61% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #F448FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F448FF is #0BB700. Grayscale: #8F8F8F. Windows color (decimal): -767745 or 16730356. OLE color: 16730356.

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

Color convert

RGB 244 72 255 -
CMYK 0.04 0.72 0 0
HSL 296.39º 1% 0.64% -
HSV(B) 296.39º 0.72% 1% -
XYZ 57.68 31.09 97.57 -
YUV 144.29 190.48 199.12 -
System Red Green Blue C M Y K H S L
Decimal 244 72 255 0.04 0.72 0 0 296.39 1 0.64
Hex F4 48 FF 4 48 0 0 128 64 40
Octal 364 110 377 4 110 0 0 450 144 100
Binary 11110100 1001000 11111111 100 1001000 0 0 100101000 1100100 1000000

Color Harmonies of #F448FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448FF

Black with #F448FF

Text Example


Text Example

White with #F448FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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