Html Css Color HEX #FC63F5 Pink Flamingo

📋 copy color: '#FC63F5'

red 252 ◦ green 99 ◦ blue 245

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

Shades of Pink Flamingo #FC63F5

Tints of Pink Flamingo #FC63F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.11%

R = 42.28%
G = 16.61%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC63F5 (or 0xFC63F5) is known color: Pink Flamingo. HEX triplet: FC, 63 and F5. RGB value is (252,99,245). Sum of RGB (Red+Green+Blue) = 252+99+245=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 99 (39.06% from 255 or 16.61% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63F5 is #039C0A. Grayscale: #A0A0A0. Windows color (decimal): -236555 or 16081916. OLE color: 16081916.

HSL color Cylindrical-coordinate representation of color #FC63F5: hue angle of 302.75º 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 #FC63F5 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 99 245 -
CMYK 0 0.61 0.03 0.01
HSL 302.75º 0.96% 0.69% -
HSV(B) 302.75º 0.61% 0.99% -
XYZ 61.09 36.21 90.16 -
YUV 161.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 252 99 245 0 0.61 0.03 0.01 302.75 0.96 0.69
Hex FC 63 F5 0 3D 3 1 12F 60 45
Octal 374 143 365 0 75 3 1 457 140 105
Binary 11111100 1100011 11110101 0 111101 11 1 100101111 1100000 1000101

Color Harmonies of #FC63F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63F5

Black with #FC63F5

Text Example


Text Example

White with #FC63F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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