Html Css Color HEX #F442FF Pink Flamingo

📋 copy color: '#F442FF'

red 244 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #F442FF

Tints of Pink Flamingo #F442FF

RGB

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

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

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

R = 43.19%
G = 11.68%
B = 45.13%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F442FF (or 0xF442FF) is known color: Pink Flamingo. HEX triplet: F4, 42 and FF. RGB value is (244,66,255). Sum of RGB (Red+Green+Blue) = 244+66+255=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 66 (26.17% from 255 or 11.68% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #F442FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F442FF is #0BBD00. Grayscale: #8C8C8C. Windows color (decimal): -769281 or 16728820. OLE color: 16728820.

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

Color convert

RGB 244 66 255 -
CMYK 0.04 0.74 0 0
HSL 296.51º 1% 0.63% -
HSV(B) 296.51º 0.74% 1% -
XYZ 57.31 30.35 97.45 -
YUV 140.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 244 66 255 0.04 0.74 0 0 296.51 1 0.63
Hex F4 42 FF 4 4A 0 0 129 64 3F
Octal 364 102 377 4 112 0 0 451 144 77
Binary 11110100 1000010 11111111 100 1001010 0 0 100101001 1100100 111111

Color Harmonies of #F442FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442FF

Black with #F442FF

Text Example


Text Example

White with #F442FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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