Html Css Color HEX #FE6FF5 Ultra Pink

📋 copy color: '#FE6FF5'

red 254 ◦ green 111 ◦ blue 245

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

Shades of Ultra Pink #FE6FF5

Tints of Ultra Pink #FE6FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.16%

R = 41.64%
G = 18.2%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE6FF5 (or 0xFE6FF5) is known color: Ultra Pink. HEX triplet: FE, 6F and F5. RGB value is (254,111,245). Sum of RGB (Red+Green+Blue) = 254+111+245=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 111 (43.75% from 255 or 18.20% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FF5 is #01900A. Grayscale: #A8A8A8. Windows color (decimal): -102411 or 16084990. OLE color: 16084990.

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

Color convert

RGB 254 111 245 -
CMYK 0 0.56 0.04 0.00
HSL 303.78º 0.99% 0.72% -
HSV(B) 303.78º 0.56% 1% -
XYZ 63.04 39.03 90.6 -
YUV 169.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 254 111 245 0 0.56 0.04 0.00 303.78 0.99 0.72
Hex FE 6F F5 0 38 4 0 130 63 48
Octal 376 157 365 0 70 4 0 460 143 110
Binary 11111110 1101111 11110101 0 111000 100 0 100110000 1100011 1001000

Color Harmonies of #FE6FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FF5

Black with #FE6FF5

Text Example


Text Example

White with #FE6FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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