Html Css Color HEX #FD65EA Pink Flamingo

📋 copy color: '#FD65EA'

red 253 ◦ green 101 ◦ blue 234

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

Shades of Pink Flamingo #FD65EA

Tints of Pink Flamingo #FD65EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 43.03%
G = 17.18%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD65EA (or 0xFD65EA) is known color: Pink Flamingo. HEX triplet: FD, 65 and EA. RGB value is (253,101,234). Sum of RGB (Red+Green+Blue) = 253+101+234=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65EA is #029A15. Grayscale: #A1A1A1. Windows color (decimal): -170518 or 15361533. OLE color: 15361533.

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

Color convert

RGB 253 101 234 -
CMYK 0 0.60 0.08 0.01
HSL 307.5º 0.97% 0.69% -
HSV(B) 307.5º 0.6% 0.99% -
XYZ 60.01 36.13 81.65 -
YUV 161.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 253 101 234 0 0.60 0.08 0.01 307.5 0.97 0.69
Hex FD 65 EA 0 3C 8 1 134 61 45
Octal 375 145 352 0 74 10 1 464 141 105
Binary 11111101 1100101 11101010 0 111100 1000 1 100110100 1100001 1000101

Color Harmonies of #FD65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65EA

Black with #FD65EA

Text Example


Text Example

White with #FD65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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