Html Css Color HEX #FD65FE Pink Flamingo

📋 copy color: '#FD65FE'

red 253 ◦ green 101 ◦ blue 254

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

Shades of Pink Flamingo #FD65FE

Tints of Pink Flamingo #FD65FE

RGB

 RED value IS 253 (99.22% from 255) = 41.61%

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 41.61%
G = 16.61%
B = 41.78%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD65FE (or 0xFD65FE) is known color: Pink Flamingo. HEX triplet: FD, 65 and FE. RGB value is (253,101,254). Sum of RGB (Red+Green+Blue) = 253+101+254=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 101 (39.84% from 255 or 16.61% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD65FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65FE is #029A01. Grayscale: #A3A3A3. Windows color (decimal): -170498 or 16672253. OLE color: 16672253.

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

Color convert

RGB 253 101 254 -
CMYK 0.00 0.60 0 0.00
HSL 299.61º 0.99% 0.7% -
HSV(B) 299.61º 0.6% 1% -
XYZ 63.05 37.35 97.65 -
YUV 163.89 178.86 191.56 -
System Red Green Blue C M Y K H S L
Decimal 253 101 254 0.00 0.60 0 0.00 299.61 0.99 0.7
Hex FD 65 FE 0 3C 0 0 12C 63 46
Octal 375 145 376 0 74 0 0 454 143 106
Binary 11111101 1100101 11111110 0 111100 0 0 100101100 1100011 1000110

Color Harmonies of #FD65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65FE

Black with #FD65FE

Text Example


Text Example

White with #FD65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65FE; }

 p { color: rgb(253,101,254); }

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

background-color css

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

 a { background-color: rgb(253,101,254); }

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

border-color css

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

 span { border-color: rgb(253,101,254); }

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