Html Css Color HEX #FC4AF5 Pink Flamingo

📋 copy color: '#FC4AF5'

red 252 ◦ green 74 ◦ blue 245

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

Shades of Pink Flamingo #FC4AF5

Tints of Pink Flamingo #FC4AF5

RGB

 RED value IS 252 (98.83% from 255) = 44.13%

 GREEN value IS 74 (29.3% from 255) = 12.96%

 BLUE value IS 245 (96.09% from 255) = 42.91%

R = 44.13%
G = 12.96%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC4AF5 (or 0xFC4AF5) is known color: Pink Flamingo. HEX triplet: FC, 4A and F5. RGB value is (252,74,245). Sum of RGB (Red+Green+Blue) = 252+74+245=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 74 (29.30% from 255 or 12.96% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4AF5 is #03B50A. Grayscale: #929292. Windows color (decimal): -242955 or 16075516. OLE color: 16075516.

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

Color convert

RGB 252 74 245 -
CMYK 0 0.71 0.03 0.01
HSL 302.36º 0.97% 0.64% -
HSV(B) 302.36º 0.71% 0.99% -
XYZ 59.08 32.19 89.49 -
YUV 146.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 252 74 245 0 0.71 0.03 0.01 302.36 0.97 0.64
Hex FC 4A F5 0 47 3 1 12E 61 40
Octal 374 112 365 0 107 3 1 456 141 100
Binary 11111100 1001010 11110101 0 1000111 11 1 100101110 1100001 1000000

Color Harmonies of #FC4AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4AF5

Black with #FC4AF5

Text Example


Text Example

White with #FC4AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4AF5; }

 p { color: rgb(252,74,245); }

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

background-color css

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

 a { background-color: rgb(252,74,245); }

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

border-color css

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

 span { border-color: rgb(252,74,245); }

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