Html Css Color HEX #FE6DFB Ultra Pink

📋 copy color: '#FE6DFB'

red 254 ◦ green 109 ◦ blue 251

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

Shades of Ultra Pink #FE6DFB

Tints of Ultra Pink #FE6DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.88%

R = 41.37%
G = 17.75%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE6DFB (or 0xFE6DFB) is known color: Ultra Pink. HEX triplet: FE, 6D and FB. RGB value is (254,109,251). Sum of RGB (Red+Green+Blue) = 254+109+251=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 109 (42.97% from 255 or 17.75% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DFB is #019204. Grayscale: #A8A8A8. Windows color (decimal): -102917 or 16477694. OLE color: 16477694.

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

Color convert

RGB 254 109 251 -
CMYK 0 0.57 0.01 0.00
HSL 301.24º 0.99% 0.71% -
HSV(B) 301.24º 0.57% 1% -
XYZ 63.75 38.97 95.43 -
YUV 168.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 254 109 251 0 0.57 0.01 0.00 301.24 0.99 0.71
Hex FE 6D FB 0 39 1 0 12D 63 47
Octal 376 155 373 0 71 1 0 455 143 107
Binary 11111110 1101101 11111011 0 111001 1 0 100101101 1100011 1000111

Color Harmonies of #FE6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DFB

Black with #FE6DFB

Text Example


Text Example

White with #FE6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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