Html Css Color HEX #FD63EA Pink Flamingo

📋 copy color: '#FD63EA'

red 253 ◦ green 99 ◦ blue 234

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

Shades of Pink Flamingo #FD63EA

Tints of Pink Flamingo #FD63EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.89%

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

R = 43.17%
G = 16.89%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD63EA (or 0xFD63EA) is known color: Pink Flamingo. HEX triplet: FD, 63 and EA. RGB value is (253,99,234). Sum of RGB (Red+Green+Blue) = 253+99+234=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 99 (39.06% from 255 or 16.89% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD63EA is #029C15. Grayscale: #A0A0A0. Windows color (decimal): -171030 or 15361021. OLE color: 15361021.

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

Color convert

RGB 253 99 234 -
CMYK 0 0.61 0.08 0.01
HSL 307.4º 0.97% 0.69% -
HSV(B) 307.4º 0.61% 0.99% -
XYZ 59.82 35.75 81.59 -
YUV 160.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 253 99 234 0 0.61 0.08 0.01 307.4 0.97 0.69
Hex FD 63 EA 0 3D 8 1 133 61 45
Octal 375 143 352 0 75 10 1 463 141 105
Binary 11111101 1100011 11101010 0 111101 1000 1 100110011 1100001 1000101

Color Harmonies of #FD63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63EA

Black with #FD63EA

Text Example


Text Example

White with #FD63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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