Html Css Color HEX #F442FC Pink Flamingo

📋 copy color: '#F442FC'

red 244 ◦ green 66 ◦ blue 252

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

Shades of Pink Flamingo #F442FC

Tints of Pink Flamingo #F442FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 43.42%
G = 11.74%
B = 44.84%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F442FC (or 0xF442FC) is known color: Pink Flamingo. HEX triplet: F4, 42 and FC. RGB value is (244,66,252). Sum of RGB (Red+Green+Blue) = 244+66+252=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 66 (26.17% from 255 or 11.74% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #F442FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F442FC is #0BBD03. Grayscale: #8B8B8B. Windows color (decimal): -769284 or 16532212. OLE color: 16532212.

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

Color convert

RGB 244 66 252 -
CMYK 0.03 0.74 0 0.01
HSL 297.42º 0.97% 0.62% -
HSV(B) 297.42º 0.74% 0.99% -
XYZ 56.83 30.16 94.92 -
YUV 140.43 190.97 201.88 -
System Red Green Blue C M Y K H S L
Decimal 244 66 252 0.03 0.74 0 0.01 297.42 0.97 0.62
Hex F4 42 FC 3 4A 0 1 129 61 3E
Octal 364 102 374 3 112 0 1 451 141 76
Binary 11110100 1000010 11111100 11 1001010 0 1 100101001 1100001 111110

Color Harmonies of #F442FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442FC

Black with #F442FC

Text Example


Text Example

White with #F442FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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