Html Css Color HEX #FC41FB Pink Flamingo

📋 copy color: '#FC41FB'

red 252 ◦ green 65 ◦ blue 251

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

Shades of Pink Flamingo #FC41FB

Tints of Pink Flamingo #FC41FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.44%

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

R = 44.37%
G = 11.44%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC41FB (or 0xFC41FB) is known color: Pink Flamingo. HEX triplet: FC, 41 and FB. RGB value is (252,65,251). Sum of RGB (Red+Green+Blue) = 252+65+251=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 65 (25.78% from 255 or 11.44% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC41FB is #03BE04. Grayscale: #8D8D8D. Windows color (decimal): -245253 or 16466428. OLE color: 16466428.

HSL color Cylindrical-coordinate representation of color #FC41FB: 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.74%. Process color model (Four color, CMYK) of #FC41FB is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 65 251 -
CMYK 0 0.74 0.00 0.01
HSL 300.32º 0.97% 0.62% -
HSV(B) 300.32º 0.74% 0.99% -
XYZ 59.45 31.44 94.2 -
YUV 142.12 189.45 206.38 -
System Red Green Blue C M Y K H S L
Decimal 252 65 251 0 0.74 0.00 0.01 300.32 0.97 0.62
Hex FC 41 FB 0 4A 0 1 12C 61 3E
Octal 374 101 373 0 112 0 1 454 141 76
Binary 11111100 1000001 11111011 0 1001010 0 1 100101100 1100001 111110

Color Harmonies of #FC41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41FB

Black with #FC41FB

Text Example


Text Example

White with #FC41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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