Html Css Color HEX #FC65E6 Pink Flamingo

📋 copy color: '#FC65E6'

red 252 ◦ green 101 ◦ blue 230

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

Shades of Pink Flamingo #FC65E6

Tints of Pink Flamingo #FC65E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.45%

R = 43.22%
G = 17.32%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC65E6 (or 0xFC65E6) is known color: Pink Flamingo. HEX triplet: FC, 65 and E6. RGB value is (252,101,230). Sum of RGB (Red+Green+Blue) = 252+101+230=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65E6 is #039A19. Grayscale: #A0A0A0. Windows color (decimal): -236058 or 15099388. OLE color: 15099388.

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

Color convert

RGB 252 101 230 -
CMYK 0 0.60 0.09 0.01
HSL 308.74º 0.96% 0.69% -
HSV(B) 308.74º 0.6% 0.99% -
XYZ 59.08 35.72 78.64 -
YUV 160.86 167.03 193.01 -
System Red Green Blue C M Y K H S L
Decimal 252 101 230 0 0.60 0.09 0.01 308.74 0.96 0.69
Hex FC 65 E6 0 3C 9 1 135 60 45
Octal 374 145 346 0 74 11 1 465 140 105
Binary 11111100 1100101 11100110 0 111100 1001 1 100110101 1100000 1000101

Color Harmonies of #FC65E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65E6

Black with #FC65E6

Text Example


Text Example

White with #FC65E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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