Html Css Color HEX #FA44F2 Pink Flamingo

📋 copy color: '#FA44F2'

red 250 ◦ green 68 ◦ blue 242

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

Shades of Pink Flamingo #FA44F2

Tints of Pink Flamingo #FA44F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.21%

R = 44.64%
G = 12.14%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA44F2 (or 0xFA44F2) is known color: Pink Flamingo. HEX triplet: FA, 44 and F2. RGB value is (250,68,242). Sum of RGB (Red+Green+Blue) = 250+68+242=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 68 (26.95% from 255 or 12.14% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44F2 is #05BB0D. Grayscale: #8D8D8D. Windows color (decimal): -375566 or 15877370. OLE color: 15877370.

HSL color Cylindrical-coordinate representation of color #FA44F2: hue angle of 302.64º 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 #FA44F2 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 68 242 -
CMYK 0 0.73 0.03 0.02
HSL 302.64º 0.95% 0.62% -
HSV(B) 302.64º 0.73% 0.98% -
XYZ 57.52 30.87 86.93 -
YUV 142.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 250 68 242 0 0.73 0.03 0.02 302.64 0.95 0.62
Hex FA 44 F2 0 49 3 2 12F 5F 3E
Octal 372 104 362 0 111 3 2 457 137 76
Binary 11111010 1000100 11110010 0 1001001 11 10 100101111 1011111 111110

Color Harmonies of #FA44F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA44F2

Black with #FA44F2

Text Example


Text Example

White with #FA44F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA44F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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