Html Css Color HEX #FE6FFF Ultra Pink

📋 copy color: '#FE6FFF'

red 254 ◦ green 111 ◦ blue 255

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

Shades of Ultra Pink #FE6FFF

Tints of Ultra Pink #FE6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 17.9%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 40.97%
G = 17.9%
B = 41.13%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE6FFF (or 0xFE6FFF) is known color: Ultra Pink. HEX triplet: FE, 6F and FF. RGB value is (254,111,255). Sum of RGB (Red+Green+Blue) = 254+111+255=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 111 (43.75% from 255 or 17.90% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE6FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FFF is #019000. Grayscale: #A9A9A9. Windows color (decimal): -102401 or 16740350. OLE color: 16740350.

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

Color convert

RGB 254 111 255 -
CMYK 0.00 0.56 0 0
HSL 299.58º 1% 0.72% -
HSV(B) 299.58º 0.56% 1% -
XYZ 64.61 39.66 98.86 -
YUV 170.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 254 111 255 0.00 0.56 0 0 299.58 1 0.72
Hex FE 6F FF 0 38 0 0 12C 64 48
Octal 376 157 377 0 70 0 0 454 144 110
Binary 11111110 1101111 11111111 0 111000 0 0 100101100 1100100 1001000

Color Harmonies of #FE6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FFF

Black with #FE6FFF

Text Example


Text Example

White with #FE6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FFF; }

 p { color: rgb(254,111,255); }

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

background-color css

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

 a { background-color: rgb(254,111,255); }

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

border-color css

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

 span { border-color: rgb(254,111,255); }

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