Html Css Color HEX #FD69FE Pink Flamingo

📋 copy color: '#FD69FE'

red 253 ◦ green 105 ◦ blue 254

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

Shades of Pink Flamingo #FD69FE

Tints of Pink Flamingo #FD69FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.16%

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

R = 41.34%
G = 17.16%
B = 41.5%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD69FE (or 0xFD69FE) is known color: Pink Flamingo. HEX triplet: FD, 69 and FE. RGB value is (253,105,254). Sum of RGB (Red+Green+Blue) = 253+105+254=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 105 (41.41% from 255 or 17.16% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD69FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD69FE is #029601. Grayscale: #A5A5A5. Windows color (decimal): -169474 or 16673277. OLE color: 16673277.

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

Color convert

RGB 253 105 254 -
CMYK 0.00 0.59 0 0.00
HSL 299.6º 0.99% 0.7% -
HSV(B) 299.6º 0.59% 1% -
XYZ 63.45 38.14 97.78 -
YUV 166.24 177.53 189.88 -
System Red Green Blue C M Y K H S L
Decimal 253 105 254 0.00 0.59 0 0.00 299.6 0.99 0.7
Hex FD 69 FE 0 3B 0 0 12C 63 46
Octal 375 151 376 0 73 0 0 454 143 106
Binary 11111101 1101001 11111110 0 111011 0 0 100101100 1100011 1000110

Color Harmonies of #FD69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD69FE

Black with #FD69FE

Text Example


Text Example

White with #FD69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD69FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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