Html Css Color HEX #FC65F0 Pink Flamingo

📋 copy color: '#FC65F0'

red 252 ◦ green 101 ◦ blue 240

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

Shades of Pink Flamingo #FC65F0

Tints of Pink Flamingo #FC65F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 42.5%
G = 17.03%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC65F0 (or 0xFC65F0) is known color: Pink Flamingo. HEX triplet: FC, 65 and F0. RGB value is (252,101,240). Sum of RGB (Red+Green+Blue) = 252+101+240=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65F0 is #039A0F. Grayscale: #A1A1A1. Windows color (decimal): -236048 or 15754748. OLE color: 15754748.

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

Color convert

RGB 252 101 240 -
CMYK 0 0.60 0.05 0.01
HSL 304.77º 0.96% 0.69% -
HSV(B) 304.77º 0.6% 0.99% -
XYZ 60.53 36.29 86.25 -
YUV 162 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 252 101 240 0 0.60 0.05 0.01 304.77 0.96 0.69
Hex FC 65 F0 0 3C 5 1 131 60 45
Octal 374 145 360 0 74 5 1 461 140 105
Binary 11111100 1100101 11110000 0 111100 101 1 100110001 1100000 1000101

Color Harmonies of #FC65F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65F0

Black with #FC65F0

Text Example


Text Example

White with #FC65F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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