Html Css Color HEX #FA4CFC Pink Flamingo

📋 copy color: '#FA4CFC'

red 250 ◦ green 76 ◦ blue 252

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

Shades of Pink Flamingo #FA4CFC

Tints of Pink Flamingo #FA4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.15%

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 43.25%
G = 13.15%
B = 43.6%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA4CFC (or 0xFA4CFC) is known color: Pink Flamingo. HEX triplet: FA, 4C and FC. RGB value is (250,76,252). Sum of RGB (Red+Green+Blue) = 250+76+252=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 76 (30.08% from 255 or 13.15% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA4CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4CFC is #05B303. Grayscale: #939393. Windows color (decimal): -373508 or 16534778. OLE color: 16534778.

HSL color Cylindrical-coordinate representation of color #FA4CFC: hue angle of 299.32º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4CFC is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 76 252 -
CMYK 0.01 0.70 0 0.01
HSL 299.32º 0.97% 0.64% -
HSV(B) 299.32º 0.7% 0.99% -
XYZ 59.58 32.52 95.23 -
YUV 148.09 186.65 200.69 -
System Red Green Blue C M Y K H S L
Decimal 250 76 252 0.01 0.70 0 0.01 299.32 0.97 0.64
Hex FA 4C FC 1 46 0 1 12B 61 40
Octal 372 114 374 1 106 0 1 453 141 100
Binary 11111010 1001100 11111100 1 1000110 0 1 100101011 1100001 1000000

Color Harmonies of #FA4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CFC

Black with #FA4CFC

Text Example


Text Example

White with #FA4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CFC; }

 p { color: rgb(250,76,252); }

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

background-color css

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

 a { background-color: rgb(250,76,252); }

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

border-color css

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

 span { border-color: rgb(250,76,252); }

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