Html Css Color HEX #FD68F0 Pink Flamingo

📋 copy color: '#FD68F0'

red 253 ◦ green 104 ◦ blue 240

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

Shades of Pink Flamingo #FD68F0

Tints of Pink Flamingo #FD68F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.2%

R = 42.38%
G = 17.42%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD68F0 (or 0xFD68F0) is known color: Pink Flamingo. HEX triplet: FD, 68 and F0. RGB value is (253,104,240). Sum of RGB (Red+Green+Blue) = 253+104+240=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 104 (41.02% from 255 or 17.42% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68F0 is #02970F. Grayscale: #A3A3A3. Windows color (decimal): -169744 or 15755517. OLE color: 15755517.

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

Color convert

RGB 253 104 240 -
CMYK 0 0.59 0.05 0.01
HSL 305.23º 0.97% 0.7% -
HSV(B) 305.23º 0.59% 0.99% -
XYZ 61.19 37.07 86.37 -
YUV 164.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 253 104 240 0 0.59 0.05 0.01 305.23 0.97 0.7
Hex FD 68 F0 0 3B 5 1 131 61 46
Octal 375 150 360 0 73 5 1 461 141 106
Binary 11111101 1101000 11110000 0 111011 101 1 100110001 1100001 1000110

Color Harmonies of #FD68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68F0

Black with #FD68F0

Text Example


Text Example

White with #FD68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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