Html Css Color HEX #FC65FF Pink Flamingo

📋 copy color: '#FC65FF'

red 252 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #FC65FF

Tints of Pink Flamingo #FC65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.94%

R = 41.45%
G = 16.61%
B = 41.94%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC65FF (or 0xFC65FF) is known color: Pink Flamingo. HEX triplet: FC, 65 and FF. RGB value is (252,101,255). Sum of RGB (Red+Green+Blue) = 252+101+255=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 101 (39.84% from 255 or 16.61% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65FF is #039A00. Grayscale: #A3A3A3. Windows color (decimal): -236033 or 16737788. OLE color: 16737788.

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

Color convert

RGB 252 101 255 -
CMYK 0.01 0.60 0 0
HSL 298.83º 1% 0.7% -
HSV(B) 298.83º 0.6% 1% -
XYZ 62.85 37.22 98.48 -
YUV 163.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 252 101 255 0.01 0.60 0 0 298.83 1 0.7
Hex FC 65 FF 1 3C 0 0 12B 64 46
Octal 374 145 377 1 74 0 0 453 144 106
Binary 11111100 1100101 11111111 1 111100 0 0 100101011 1100100 1000110

Color Harmonies of #FC65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65FF

Black with #FC65FF

Text Example


Text Example

White with #FC65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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