Html Css Color HEX #FC65EA Pink Flamingo

📋 copy color: '#FC65EA'

red 252 ◦ green 101 ◦ blue 234

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

Shades of Pink Flamingo #FC65EA

Tints of Pink Flamingo #FC65EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 42.93%
G = 17.21%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC65EA (or 0xFC65EA) is known color: Pink Flamingo. HEX triplet: FC, 65 and EA. RGB value is (252,101,234). Sum of RGB (Red+Green+Blue) = 252+101+234=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65EA is #039A15. Grayscale: #A0A0A0. Windows color (decimal): -236054 or 15361532. OLE color: 15361532.

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

Color convert

RGB 252 101 234 -
CMYK 0 0.60 0.07 0.01
HSL 307.15º 0.96% 0.69% -
HSV(B) 307.15º 0.6% 0.99% -
XYZ 59.65 35.94 81.64 -
YUV 161.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 252 101 234 0 0.60 0.07 0.01 307.15 0.96 0.69
Hex FC 65 EA 0 3C 7 1 133 60 45
Octal 374 145 352 0 74 7 1 463 140 105
Binary 11111100 1100101 11101010 0 111100 111 1 100110011 1100000 1000101

Color Harmonies of #FC65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65EA

Black with #FC65EA

Text Example


Text Example

White with #FC65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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