Html Css Color HEX #FA44FF Pink Flamingo

📋 copy color: '#FA44FF'

red 250 ◦ green 68 ◦ blue 255

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

Shades of Pink Flamingo #FA44FF

Tints of Pink Flamingo #FA44FF

RGB

 RED value IS 250 (98.05% from 255) = 43.63%

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

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

R = 43.63%
G = 11.87%
B = 44.5%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA44FF (or 0xFA44FF) is known color: Pink Flamingo. HEX triplet: FA, 44 and FF. RGB value is (250,68,255). Sum of RGB (Red+Green+Blue) = 250+68+255=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 68 (26.95% from 255 or 11.87% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA44FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44FF is #05BB00. Grayscale: #8F8F8F. Windows color (decimal): -375553 or 16729338. OLE color: 16729338.

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

Color convert

RGB 250 68 255 -
CMYK 0.02 0.73 0 0
HSL 298.4º 1% 0.63% -
HSV(B) 298.4º 0.73% 1% -
XYZ 59.54 31.68 97.58 -
YUV 143.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 250 68 255 0.02 0.73 0 0 298.4 1 0.63
Hex FA 44 FF 2 49 0 0 12A 64 3F
Octal 372 104 377 2 111 0 0 452 144 77
Binary 11111010 1000100 11111111 10 1001001 0 0 100101010 1100100 111111

Color Harmonies of #FA44FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA44FF

Black with #FA44FF

Text Example


Text Example

White with #FA44FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA44FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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