Html Css Color HEX #FC4BF2 Pink Flamingo

📋 copy color: '#FC4BF2'

red 252 ◦ green 75 ◦ blue 242

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

Shades of Pink Flamingo #FC4BF2

Tints of Pink Flamingo #FC4BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.18%

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

R = 44.29%
G = 13.18%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC4BF2 (or 0xFC4BF2) is known color: Pink Flamingo. HEX triplet: FC, 4B and F2. RGB value is (252,75,242). Sum of RGB (Red+Green+Blue) = 252+75+242=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 75 (29.69% from 255 or 13.18% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4BF2 is #03B40D. Grayscale: #929292. Windows color (decimal): -242702 or 15879164. OLE color: 15879164.

HSL color Cylindrical-coordinate representation of color #FC4BF2: hue angle of 303.39º 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 #FC4BF2 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 75 242 -
CMYK 0 0.70 0.04 0.01
HSL 303.39º 0.97% 0.64% -
HSV(B) 303.39º 0.7% 0.99% -
XYZ 58.69 32.14 87.11 -
YUV 146.96 181.64 202.92 -
System Red Green Blue C M Y K H S L
Decimal 252 75 242 0 0.70 0.04 0.01 303.39 0.97 0.64
Hex FC 4B F2 0 46 4 1 12F 61 40
Octal 374 113 362 0 106 4 1 457 141 100
Binary 11111100 1001011 11110010 0 1000110 100 1 100101111 1100001 1000000

Color Harmonies of #FC4BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4BF2

Black with #FC4BF2

Text Example


Text Example

White with #FC4BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4BF2; }

 p { color: rgb(252,75,242); }

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

background-color css

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

 a { background-color: rgb(252,75,242); }

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

border-color css

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

 span { border-color: rgb(252,75,242); }

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