Html Css Color HEX #FE71FB Ultra Pink

📋 copy color: '#FE71FB'

red 254 ◦ green 113 ◦ blue 251

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

Shades of Ultra Pink #FE71FB

Tints of Ultra Pink #FE71FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.28%

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

R = 41.1%
G = 18.28%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE71FB (or 0xFE71FB) is known color: Ultra Pink. HEX triplet: FE, 71 and FB. RGB value is (254,113,251). Sum of RGB (Red+Green+Blue) = 254+113+251=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 113 (44.53% from 255 or 18.28% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE71FB is #018E04. Grayscale: #AAAAAA. Windows color (decimal): -101893 or 16478718. OLE color: 16478718.

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

Color convert

RGB 254 113 251 -
CMYK 0 0.56 0.01 0.00
HSL 301.28º 0.99% 0.72% -
HSV(B) 301.28º 0.56% 1% -
XYZ 64.19 39.85 95.57 -
YUV 170.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 254 113 251 0 0.56 0.01 0.00 301.28 0.99 0.72
Hex FE 71 FB 0 38 1 0 12D 63 48
Octal 376 161 373 0 70 1 0 455 143 110
Binary 11111110 1110001 11111011 0 111000 1 0 100101101 1100011 1001000

Color Harmonies of #FE71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71FB

Black with #FE71FB

Text Example


Text Example

White with #FE71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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