Html Css Color HEX #FD62FE Pink Flamingo

📋 copy color: '#FD62FE'

red 253 ◦ green 98 ◦ blue 254

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

Shades of Pink Flamingo #FD62FE

Tints of Pink Flamingo #FD62FE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.2%

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

R = 41.82%
G = 16.2%
B = 41.98%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD62FE (or 0xFD62FE) is known color: Pink Flamingo. HEX triplet: FD, 62 and FE. RGB value is (253,98,254). Sum of RGB (Red+Green+Blue) = 253+98+254=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 98 (38.67% from 255 or 16.20% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD62FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD62FE is #029D01. Grayscale: #A1A1A1. Windows color (decimal): -171266 or 16671485. OLE color: 16671485.

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

Color convert

RGB 253 98 254 -
CMYK 0.00 0.61 0 0.00
HSL 299.62º 0.99% 0.69% -
HSV(B) 299.62º 0.61% 1% -
XYZ 62.77 36.77 97.56 -
YUV 162.13 179.85 192.82 -
System Red Green Blue C M Y K H S L
Decimal 253 98 254 0.00 0.61 0 0.00 299.62 0.99 0.69
Hex FD 62 FE 0 3D 0 0 12C 63 45
Octal 375 142 376 0 75 0 0 454 143 105
Binary 11111101 1100010 11111110 0 111101 0 0 100101100 1100011 1000101

Color Harmonies of #FD62FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD62FE

Black with #FD62FE

Text Example


Text Example

White with #FD62FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD62FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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