Html Css Color HEX #FA44F6 Pink Flamingo

📋 copy color: '#FA44F6'

red 250 ◦ green 68 ◦ blue 246

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

Shades of Pink Flamingo #FA44F6

Tints of Pink Flamingo #FA44F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 44.33%
G = 12.06%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA44F6 (or 0xFA44F6) is known color: Pink Flamingo. HEX triplet: FA, 44 and F6. RGB value is (250,68,246). Sum of RGB (Red+Green+Blue) = 250+68+246=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 68 (26.95% from 255 or 12.06% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44F6 is #05BB09. Grayscale: #8E8E8E. Windows color (decimal): -375562 or 16139514. OLE color: 16139514.

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

Color convert

RGB 250 68 246 -
CMYK 0 0.73 0.02 0.02
HSL 301.32º 0.95% 0.62% -
HSV(B) 301.32º 0.73% 0.98% -
XYZ 58.13 31.11 90.13 -
YUV 142.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 250 68 246 0 0.73 0.02 0.02 301.32 0.95 0.62
Hex FA 44 F6 0 49 2 2 12D 5F 3E
Octal 372 104 366 0 111 2 2 455 137 76
Binary 11111010 1000100 11110110 0 1001001 10 10 100101101 1011111 111110

Color Harmonies of #FA44F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA44F6

Black with #FA44F6

Text Example


Text Example

White with #FA44F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA44F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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