Html Css Color HEX #FE6DFD Ultra Pink

📋 copy color: '#FE6DFD'

red 254 ◦ green 109 ◦ blue 253

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

Shades of Ultra Pink #FE6DFD

Tints of Ultra Pink #FE6DFD

RGB

 RED value IS 254 (99.61% from 255) = 41.23%

 GREEN value IS 109 (42.97% from 255) = 17.69%

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 41.23%
G = 17.69%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE6DFD (or 0xFE6DFD) is known color: Ultra Pink. HEX triplet: FE, 6D and FD. RGB value is (254,109,253). Sum of RGB (Red+Green+Blue) = 254+109+253=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 109 (42.97% from 255 or 17.69% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DFD is #019202. Grayscale: #A8A8A8. Windows color (decimal): -102915 or 16608766. OLE color: 16608766.

HSL color Cylindrical-coordinate representation of color #FE6DFD: hue angle of 300.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6DFD is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 109 253 -
CMYK 0 0.57 0.00 0.00
HSL 300.41º 0.99% 0.71% -
HSV(B) 300.41º 0.57% 1% -
XYZ 64.07 39.1 97.1 -
YUV 168.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 254 109 253 0 0.57 0.00 0.00 300.41 0.99 0.71
Hex FE 6D FD 0 39 0 0 12C 63 47
Octal 376 155 375 0 71 0 0 454 143 107
Binary 11111110 1101101 11111101 0 111001 0 0 100101100 1100011 1000111

Color Harmonies of #FE6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DFD

Black with #FE6DFD

Text Example


Text Example

White with #FE6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DFD; }

 p { color: rgb(254,109,253); }

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

background-color css

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

 a { background-color: rgb(254,109,253); }

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

border-color css

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

 span { border-color: rgb(254,109,253); }

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