Html Css Color HEX #FC65EE Pink Flamingo

📋 copy color: '#FC65EE'

red 252 ◦ green 101 ◦ blue 238

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

Shades of Pink Flamingo #FC65EE

Tints of Pink Flamingo #FC65EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.27%

R = 42.64%
G = 17.09%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC65EE (or 0xFC65EE) is known color: Pink Flamingo. HEX triplet: FC, 65 and EE. RGB value is (252,101,238). Sum of RGB (Red+Green+Blue) = 252+101+238=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65EE is #039A11. Grayscale: #A1A1A1. Windows color (decimal): -236050 or 15623676. OLE color: 15623676.

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

Color convert

RGB 252 101 238 -
CMYK 0 0.60 0.06 0.01
HSL 305.56º 0.96% 0.69% -
HSV(B) 305.56º 0.6% 0.99% -
XYZ 60.23 36.18 84.7 -
YUV 161.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 252 101 238 0 0.60 0.06 0.01 305.56 0.96 0.69
Hex FC 65 EE 0 3C 6 1 132 60 45
Octal 374 145 356 0 74 6 1 462 140 105
Binary 11111100 1100101 11101110 0 111100 110 1 100110010 1100000 1000101

Color Harmonies of #FC65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65EE

Black with #FC65EE

Text Example


Text Example

White with #FC65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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