Html Css Color HEX #FF65FC Pink Flamingo

📋 copy color: '#FF65FC'

red 255 ◦ green 101 ◦ blue 252

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

Shades of Pink Flamingo #FF65FC

Tints of Pink Flamingo #FF65FC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 101 252 -
CMYK 0 0.60 0.01 0
HSL 301.17º 1% 0.7% -
HSV(B) 301.17º 0.6% 1% -
XYZ 63.46 37.6 96.01 -
YUV 164.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 255 101 252 0 0.60 0.01 0 301.17 1 0.7
Hex FF 65 FC 0 3C 1 0 12D 64 46
Octal 377 145 374 0 74 1 0 455 144 106
Binary 11111111 1100101 11111100 0 111100 1 0 100101101 1100100 1000110

Color Harmonies of #FF65FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF65FC

Black with #FF65FC

Text Example


Text Example

White with #FF65FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF65FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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