Html Css Color HEX #FE6DF0 Ultra Pink

📋 copy color: '#FE6DF0'

red 254 ◦ green 109 ◦ blue 240

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

Shades of Ultra Pink #FE6DF0

Tints of Ultra Pink #FE6DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.08%

 BLUE value IS 240 (94.14% from 255) = 39.8%

R = 42.12%
G = 18.08%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE6DF0 (or 0xFE6DF0) is known color: Ultra Pink. HEX triplet: FE, 6D and F0. RGB value is (254,109,240). Sum of RGB (Red+Green+Blue) = 254+109+240=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 109 (42.97% from 255 or 18.08% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DF0 is #01920F. Grayscale: #A6A6A6. Windows color (decimal): -102928 or 15756798. OLE color: 15756798.

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

Color convert

RGB 254 109 240 -
CMYK 0 0.57 0.06 0.00
HSL 305.79º 0.99% 0.71% -
HSV(B) 305.79º 0.57% 1% -
XYZ 62.07 38.3 86.56 -
YUV 167.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 254 109 240 0 0.57 0.06 0.00 305.79 0.99 0.71
Hex FE 6D F0 0 39 6 0 132 63 47
Octal 376 155 360 0 71 6 0 462 143 107
Binary 11111110 1101101 11110000 0 111001 110 0 100110010 1100011 1000111

Color Harmonies of #FE6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DF0

Black with #FE6DF0

Text Example


Text Example

White with #FE6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DF0; }

 p { color: rgb(254,109,240); }

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

background-color css

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

 a { background-color: rgb(254,109,240); }

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

border-color css

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

 span { border-color: rgb(254,109,240); }

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