Html Css Color HEX #F444FA Pink Flamingo

📋 copy color: '#F444FA'

red 244 ◦ green 68 ◦ blue 250

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

Shades of Pink Flamingo #F444FA

Tints of Pink Flamingo #F444FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.1%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 43.42%
G = 12.1%
B = 44.48%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F444FA (or 0xF444FA) is known color: Pink Flamingo. HEX triplet: F4, 44 and FA. RGB value is (244,68,250). Sum of RGB (Red+Green+Blue) = 244+68+250=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 68 (26.95% from 255 or 12.10% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #F444FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F444FA is #0BBB05. Grayscale: #8C8C8C. Windows color (decimal): -768774 or 16401652. OLE color: 16401652.

HSL color Cylindrical-coordinate representation of color #F444FA: hue angle of 298.02º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F444FA is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 68 250 -
CMYK 0.02 0.73 0 0.02
HSL 298.02º 0.95% 0.62% -
HSV(B) 298.02º 0.73% 0.98% -
XYZ 56.63 30.27 93.3 -
YUV 141.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 244 68 250 0.02 0.73 0 0.02 298.02 0.95 0.62
Hex F4 44 FA 2 49 0 2 12A 5F 3E
Octal 364 104 372 2 111 0 2 452 137 76
Binary 11110100 1000100 11111010 10 1001001 0 10 100101010 1011111 111110

Color Harmonies of #F444FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F444FA

Black with #F444FA

Text Example


Text Example

White with #F444FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F444FA; }

 p { color: rgb(244,68,250); }

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

background-color css

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

 a { background-color: rgb(244,68,250); }

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

border-color css

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

 span { border-color: rgb(244,68,250); }

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