Html Css Color HEX #F444FD Pink Flamingo

📋 copy color: '#F444FD'

red 244 ◦ green 68 ◦ blue 253

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

Shades of Pink Flamingo #F444FD

Tints of Pink Flamingo #F444FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 43.19%
G = 12.04%
B = 44.78%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F444FD (or 0xF444FD) is known color: Pink Flamingo. HEX triplet: F4, 44 and FD. RGB value is (244,68,253). Sum of RGB (Red+Green+Blue) = 244+68+253=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 68 (26.95% from 255 or 12.04% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #F444FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F444FD is #0BBB02. Grayscale: #8D8D8D. Windows color (decimal): -768771 or 16598260. OLE color: 16598260.

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

Color convert

RGB 244 68 253 -
CMYK 0.04 0.73 0 0.01
HSL 297.08º 0.98% 0.63% -
HSV(B) 297.08º 0.73% 0.99% -
XYZ 57.1 30.46 95.8 -
YUV 141.71 190.81 200.96 -
System Red Green Blue C M Y K H S L
Decimal 244 68 253 0.04 0.73 0 0.01 297.08 0.98 0.63
Hex F4 44 FD 4 49 0 1 129 62 3F
Octal 364 104 375 4 111 0 1 451 142 77
Binary 11110100 1000100 11111101 100 1001001 0 1 100101001 1100010 111111

Color Harmonies of #F444FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F444FD

Black with #F444FD

Text Example


Text Example

White with #F444FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F444FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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