Html Css Color HEX #FE6FED Ultra Pink

📋 copy color: '#FE6FED'

red 254 ◦ green 111 ◦ blue 237

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

Shades of Ultra Pink #FE6FED

Tints of Ultra Pink #FE6FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.37%

R = 42.19%
G = 18.44%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE6FED (or 0xFE6FED) is known color: Ultra Pink. HEX triplet: FE, 6F and ED. RGB value is (254,111,237). Sum of RGB (Red+Green+Blue) = 254+111+237=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FED is #019012. Grayscale: #A7A7A7. Windows color (decimal): -102419 or 15560702. OLE color: 15560702.

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

Color convert

RGB 254 111 237 -
CMYK 0 0.56 0.07 0.00
HSL 307.13º 0.99% 0.72% -
HSV(B) 307.13º 0.56% 1% -
XYZ 61.84 38.55 84.3 -
YUV 168.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 254 111 237 0 0.56 0.07 0.00 307.13 0.99 0.72
Hex FE 6F ED 0 38 7 0 133 63 48
Octal 376 157 355 0 70 7 0 463 143 110
Binary 11111110 1101111 11101101 0 111000 111 0 100110011 1100011 1001000

Color Harmonies of #FE6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FED

Black with #FE6FED

Text Example


Text Example

White with #FE6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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