Html Css Color HEX #FD68F8 Pink Flamingo

📋 copy color: '#FD68F8'

red 253 ◦ green 104 ◦ blue 248

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

Shades of Pink Flamingo #FD68F8

Tints of Pink Flamingo #FD68F8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.19%

 BLUE value IS 248 (97.27% from 255) = 40.99%

R = 41.82%
G = 17.19%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD68F8 (or 0xFD68F8) is known color: Pink Flamingo. HEX triplet: FD, 68 and F8. RGB value is (253,104,248). Sum of RGB (Red+Green+Blue) = 253+104+248=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 104 (41.02% from 255 or 17.19% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68F8 is #029707. Grayscale: #A4A4A4. Windows color (decimal): -169736 or 16279805. OLE color: 16279805.

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

Color convert

RGB 253 104 248 -
CMYK 0 0.59 0.02 0.01
HSL 302.01º 0.97% 0.7% -
HSV(B) 302.01º 0.59% 0.99% -
XYZ 62.4 37.56 92.77 -
YUV 164.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 253 104 248 0 0.59 0.02 0.01 302.01 0.97 0.7
Hex FD 68 F8 0 3B 2 1 12E 61 46
Octal 375 150 370 0 73 2 1 456 141 106
Binary 11111101 1101000 11111000 0 111011 10 1 100101110 1100001 1000110

Color Harmonies of #FD68F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68F8

Black with #FD68F8

Text Example


Text Example

White with #FD68F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68F8; }

 p { color: rgb(253,104,248); }

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

background-color css

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

 a { background-color: rgb(253,104,248); }

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

border-color css

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

 span { border-color: rgb(253,104,248); }

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