Html Css Color HEX #FE6FEE Ultra Pink

📋 copy color: '#FE6FEE'

red 254 ◦ green 111 ◦ blue 238

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

Shades of Ultra Pink #FE6FEE

Tints of Ultra Pink #FE6FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.47%

R = 42.12%
G = 18.41%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE6FEE (or 0xFE6FEE) is known color: Ultra Pink. HEX triplet: FE, 6F and EE. RGB value is (254,111,238). Sum of RGB (Red+Green+Blue) = 254+111+238=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 111 (43.75% from 255 or 18.41% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FEE is #019011. Grayscale: #A7A7A7. Windows color (decimal): -102418 or 15626238. OLE color: 15626238.

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

Color convert

RGB 254 111 238 -
CMYK 0 0.56 0.06 0.00
HSL 306.71º 0.99% 0.72% -
HSV(B) 306.71º 0.56% 1% -
XYZ 61.99 38.61 85.07 -
YUV 168.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 254 111 238 0 0.56 0.06 0.00 306.71 0.99 0.72
Hex FE 6F EE 0 38 6 0 133 63 48
Octal 376 157 356 0 70 6 0 463 143 110
Binary 11111110 1101111 11101110 0 111000 110 0 100110011 1100011 1001000

Color Harmonies of #FE6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FEE

Black with #FE6FEE

Text Example


Text Example

White with #FE6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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