Html Css Color HEX #F442FD Pink Flamingo

📋 copy color: '#F442FD'

red 244 ◦ green 66 ◦ blue 253

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

Shades of Pink Flamingo #F442FD

Tints of Pink Flamingo #F442FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.72%

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

R = 43.34%
G = 11.72%
B = 44.94%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F442FD (or 0xF442FD) is known color: Pink Flamingo. HEX triplet: F4, 42 and FD. RGB value is (244,66,253). Sum of RGB (Red+Green+Blue) = 244+66+253=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 66 (26.17% from 255 or 11.72% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #F442FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F442FD is #0BBD02. Grayscale: #8B8B8B. Windows color (decimal): -769283 or 16597748. OLE color: 16597748.

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

Color convert

RGB 244 66 253 -
CMYK 0.04 0.74 0 0.01
HSL 297.11º 0.98% 0.63% -
HSV(B) 297.11º 0.74% 0.99% -
XYZ 56.99 30.22 95.76 -
YUV 140.54 191.47 201.79 -
System Red Green Blue C M Y K H S L
Decimal 244 66 253 0.04 0.74 0 0.01 297.11 0.98 0.63
Hex F4 42 FD 4 4A 0 1 129 62 3F
Octal 364 102 375 4 112 0 1 451 142 77
Binary 11110100 1000010 11111101 100 1001010 0 1 100101001 1100010 111111

Color Harmonies of #F442FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442FD

Black with #F442FD

Text Example


Text Example

White with #F442FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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