Html Css Color HEX #FC65FA Pink Flamingo

📋 copy color: '#FC65FA'

red 252 ◦ green 101 ◦ blue 250

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

Shades of Pink Flamingo #FC65FA

Tints of Pink Flamingo #FC65FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.75%

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 41.79%
G = 16.75%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC65FA (or 0xFC65FA) is known color: Pink Flamingo. HEX triplet: FC, 65 and FA. RGB value is (252,101,250). Sum of RGB (Red+Green+Blue) = 252+101+250=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 101 (39.84% from 255 or 16.75% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65FA is #039A05. Grayscale: #A2A2A2. Windows color (decimal): -236038 or 16410108. OLE color: 16410108.

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

Color convert

RGB 252 101 250 -
CMYK 0 0.60 0.01 0.01
HSL 300.79º 0.96% 0.69% -
HSV(B) 300.79º 0.6% 0.99% -
XYZ 62.05 36.9 94.3 -
YUV 163.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 252 101 250 0 0.60 0.01 0.01 300.79 0.96 0.69
Hex FC 65 FA 0 3C 1 1 12D 60 45
Octal 374 145 372 0 74 1 1 455 140 105
Binary 11111100 1100101 11111010 0 111100 1 1 100101101 1100000 1000101

Color Harmonies of #FC65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65FA

Black with #FC65FA

Text Example


Text Example

White with #FC65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65FA; }

 p { color: rgb(252,101,250); }

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

background-color css

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

 a { background-color: rgb(252,101,250); }

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

border-color css

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

 span { border-color: rgb(252,101,250); }

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