Html Css Color HEX #FC65F9 Pink Flamingo

📋 copy color: '#FC65F9'

red 252 ◦ green 101 ◦ blue 249

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

Shades of Pink Flamingo #FC65F9

Tints of Pink Flamingo #FC65F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.36%

R = 41.86%
G = 16.78%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC65F9 (or 0xFC65F9) is known color: Pink Flamingo. HEX triplet: FC, 65 and F9. RGB value is (252,101,249). Sum of RGB (Red+Green+Blue) = 252+101+249=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 101 (39.84% from 255 or 16.78% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65F9 is #039A06. Grayscale: #A2A2A2. Windows color (decimal): -236039 or 16344572. OLE color: 16344572.

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

Color convert

RGB 252 101 249 -
CMYK 0 0.60 0.01 0.01
HSL 301.19º 0.96% 0.69% -
HSV(B) 301.19º 0.6% 0.99% -
XYZ 61.9 36.84 93.47 -
YUV 163.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 252 101 249 0 0.60 0.01 0.01 301.19 0.96 0.69
Hex FC 65 F9 0 3C 1 1 12D 60 45
Octal 374 145 371 0 74 1 1 455 140 105
Binary 11111100 1100101 11111001 0 111100 1 1 100101101 1100000 1000101

Color Harmonies of #FC65F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65F9

Black with #FC65F9

Text Example


Text Example

White with #FC65F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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