Html Css Color HEX #FA4FEC Pink Flamingo

📋 copy color: '#FA4FEC'

red 250 ◦ green 79 ◦ blue 236

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

Shades of Pink Flamingo #FA4FEC

Tints of Pink Flamingo #FA4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.98%

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 44.25%
G = 13.98%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA4FEC (or 0xFA4FEC) is known color: Pink Flamingo. HEX triplet: FA, 4F and EC. RGB value is (250,79,236). Sum of RGB (Red+Green+Blue) = 250+79+236=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FEC is #05B013. Grayscale: #939393. Windows color (decimal): -372756 or 15486970. OLE color: 15486970.

HSL color Cylindrical-coordinate representation of color #FA4FEC: hue angle of 304.91º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FEC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 236 -
CMYK 0 0.68 0.06 0.02
HSL 304.91º 0.94% 0.65% -
HSV(B) 304.91º 0.68% 0.98% -
XYZ 57.36 31.97 82.5 -
YUV 148.03 177.65 200.73 -
System Red Green Blue C M Y K H S L
Decimal 250 79 236 0 0.68 0.06 0.02 304.91 0.94 0.65
Hex FA 4F EC 0 44 6 2 131 5E 41
Octal 372 117 354 0 104 6 2 461 136 101
Binary 11111010 1001111 11101100 0 1000100 110 10 100110001 1011110 1000001

Color Harmonies of #FA4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FEC

Black with #FA4FEC

Text Example


Text Example

White with #FA4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FEC; }

 p { color: rgb(250,79,236); }

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

background-color css

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

 a { background-color: rgb(250,79,236); }

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

border-color css

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

 span { border-color: rgb(250,79,236); }

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