Html Css Color HEX #FD65ED Pink Flamingo

📋 copy color: '#FD65ED'

red 253 ◦ green 101 ◦ blue 237

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

Shades of Pink Flamingo #FD65ED

Tints of Pink Flamingo #FD65ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 42.81%
G = 17.09%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD65ED (or 0xFD65ED) is known color: Pink Flamingo. HEX triplet: FD, 65 and ED. RGB value is (253,101,237). Sum of RGB (Red+Green+Blue) = 253+101+237=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65ED is #029A12. Grayscale: #A1A1A1. Windows color (decimal): -170515 or 15558141. OLE color: 15558141.

HSL color Cylindrical-coordinate representation of color #FD65ED: hue angle of 306.32º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65ED is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 237 -
CMYK 0 0.60 0.06 0.01
HSL 306.32º 0.97% 0.69% -
HSV(B) 306.32º 0.6% 0.99% -
XYZ 60.45 36.3 83.94 -
YUV 161.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 253 101 237 0 0.60 0.06 0.01 306.32 0.97 0.69
Hex FD 65 ED 0 3C 6 1 132 61 45
Octal 375 145 355 0 74 6 1 462 141 105
Binary 11111101 1100101 11101101 0 111100 110 1 100110010 1100001 1000101

Color Harmonies of #FD65ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65ED

Black with #FD65ED

Text Example


Text Example

White with #FD65ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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