Html Css Color HEX #FE6DEC Ultra Pink

📋 copy color: '#FE6DEC'

red 254 ◦ green 109 ◦ blue 236

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

Shades of Ultra Pink #FE6DEC

Tints of Ultra Pink #FE6DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 42.4%
G = 18.2%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE6DEC (or 0xFE6DEC) is known color: Ultra Pink. HEX triplet: FE, 6D and EC. RGB value is (254,109,236). Sum of RGB (Red+Green+Blue) = 254+109+236=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 109 (42.97% from 255 or 18.20% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DEC is #019213. Grayscale: #A6A6A6. Windows color (decimal): -102932 or 15494654. OLE color: 15494654.

HSL color Cylindrical-coordinate representation of color #FE6DEC: hue angle of 307.45º 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 #FE6DEC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 109 236 -
CMYK 0 0.57 0.07 0.00
HSL 307.45º 0.99% 0.71% -
HSV(B) 307.45º 0.57% 1% -
XYZ 61.48 38.06 83.46 -
YUV 166.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 254 109 236 0 0.57 0.07 0.00 307.45 0.99 0.71
Hex FE 6D EC 0 39 7 0 133 63 47
Octal 376 155 354 0 71 7 0 463 143 107
Binary 11111110 1101101 11101100 0 111001 111 0 100110011 1100011 1000111

Color Harmonies of #FE6DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DEC

Black with #FE6DEC

Text Example


Text Example

White with #FE6DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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