Html Css Color HEX #FC41FF Pink Flamingo

📋 copy color: '#FC41FF'

red 252 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #FC41FF

Tints of Pink Flamingo #FC41FF

RGB

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

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

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

R = 44.06%
G = 11.36%
B = 44.58%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC41FF (or 0xFC41FF) is known color: Pink Flamingo. HEX triplet: FC, 41 and FF. RGB value is (252,65,255). Sum of RGB (Red+Green+Blue) = 252+65+255=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 65 (25.78% from 255 or 11.36% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC41FF is #03BE00. Grayscale: #8E8E8E. Windows color (decimal): -245249 or 16728572. OLE color: 16728572.

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

Color convert

RGB 252 65 255 -
CMYK 0.01 0.75 0 0
HSL 299.05º 1% 0.63% -
HSV(B) 299.05º 0.75% 1% -
XYZ 60.09 31.7 97.56 -
YUV 142.57 191.45 206.05 -
System Red Green Blue C M Y K H S L
Decimal 252 65 255 0.01 0.75 0 0 299.05 1 0.63
Hex FC 41 FF 1 4B 0 0 12B 64 3F
Octal 374 101 377 1 113 0 0 453 144 77
Binary 11111100 1000001 11111111 1 1001011 0 0 100101011 1100100 111111

Color Harmonies of #FC41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41FF

Black with #FC41FF

Text Example


Text Example

White with #FC41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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