Html Css Color HEX #FC4BFF Pink Flamingo

📋 copy color: '#FC4BFF'

red 252 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #FC4BFF

Tints of Pink Flamingo #FC4BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 43.3%
G = 12.89%
B = 43.81%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC4BFF (or 0xFC4BFF) is known color: Pink Flamingo. HEX triplet: FC, 4B and FF. RGB value is (252,75,255). Sum of RGB (Red+Green+Blue) = 252+75+255=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 75 (29.69% from 255 or 12.89% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4BFF is #03B400. Grayscale: #939393. Windows color (decimal): -242689 or 16731132. OLE color: 16731132.

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

Color convert

RGB 252 75 255 -
CMYK 0.01 0.71 0 0
HSL 299º 1% 0.65% -
HSV(B) 299º 0.71% 1% -
XYZ 60.71 32.95 97.77 -
YUV 148.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 252 75 255 0.01 0.71 0 0 299 1 0.65
Hex FC 4B FF 1 47 0 0 12B 64 41
Octal 374 113 377 1 107 0 0 453 144 101
Binary 11111100 1001011 11111111 1 1000111 0 0 100101011 1100100 1000001

Color Harmonies of #FC4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4BFF

Black with #FC4BFF

Text Example


Text Example

White with #FC4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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