Html Css Color HEX #FC63F1 Pink Flamingo

📋 copy color: '#FC63F1'

red 252 ◦ green 99 ◦ blue 241

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

Shades of Pink Flamingo #FC63F1

Tints of Pink Flamingo #FC63F1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.72%

 BLUE value IS 241 (94.53% from 255) = 40.71%

R = 42.57%
G = 16.72%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC63F1 (or 0xFC63F1) is known color: Pink Flamingo. HEX triplet: FC, 63 and F1. RGB value is (252,99,241). Sum of RGB (Red+Green+Blue) = 252+99+241=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 99 (39.06% from 255 or 16.72% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63F1 is #039C0E. Grayscale: #A0A0A0. Windows color (decimal): -236559 or 15819772. OLE color: 15819772.

HSL color Cylindrical-coordinate representation of color #FC63F1: hue angle of 304.31º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63F1 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 99 241 -
CMYK 0 0.61 0.04 0.01
HSL 304.31º 0.96% 0.69% -
HSV(B) 304.31º 0.61% 0.99% -
XYZ 60.48 35.97 86.97 -
YUV 160.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 252 99 241 0 0.61 0.04 0.01 304.31 0.96 0.69
Hex FC 63 F1 0 3D 4 1 130 60 45
Octal 374 143 361 0 75 4 1 460 140 105
Binary 11111100 1100011 11110001 0 111101 100 1 100110000 1100000 1000101

Color Harmonies of #FC63F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63F1

Black with #FC63F1

Text Example


Text Example

White with #FC63F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63F1; }

 p { color: rgb(252,99,241); }

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

background-color css

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

 a { background-color: rgb(252,99,241); }

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

border-color css

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

 span { border-color: rgb(252,99,241); }

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