Html Css Color HEX #FC40FB Pink Flamingo

📋 copy color: '#FC40FB'

red 252 ◦ green 64 ◦ blue 251

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

Shades of Pink Flamingo #FC40FB

Tints of Pink Flamingo #FC40FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.29%

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 44.44%
G = 11.29%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC40FB (or 0xFC40FB) is known color: Pink Flamingo. HEX triplet: FC, 40 and FB. RGB value is (252,64,251). Sum of RGB (Red+Green+Blue) = 252+64+251=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 64 (25.39% from 255 or 11.29% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40FB is #03BF04. Grayscale: #8C8C8C. Windows color (decimal): -245509 or 16466172. OLE color: 16466172.

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

Color convert

RGB 252 64 251 -
CMYK 0 0.75 0.00 0.01
HSL 300.32º 0.97% 0.62% -
HSV(B) 300.32º 0.75% 0.99% -
XYZ 59.39 31.33 94.18 -
YUV 141.53 189.78 206.79 -
System Red Green Blue C M Y K H S L
Decimal 252 64 251 0 0.75 0.00 0.01 300.32 0.97 0.62
Hex FC 40 FB 0 4B 0 1 12C 61 3E
Octal 374 100 373 0 113 0 1 454 141 76
Binary 11111100 1000000 11111011 0 1001011 0 1 100101100 1100001 111110

Color Harmonies of #FC40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40FB

Black with #FC40FB

Text Example


Text Example

White with #FC40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40FB; }

 p { color: rgb(252,64,251); }

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

background-color css

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

 a { background-color: rgb(252,64,251); }

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

border-color css

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

 span { border-color: rgb(252,64,251); }

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