Html Css Color HEX #FE6FFD Ultra Pink

📋 copy color: '#FE6FFD'

red 254 ◦ green 111 ◦ blue 253

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

Shades of Ultra Pink #FE6FFD

Tints of Ultra Pink #FE6FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.94%

R = 41.1%
G = 17.96%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE6FFD (or 0xFE6FFD) is known color: Ultra Pink. HEX triplet: FE, 6F and FD. RGB value is (254,111,253). Sum of RGB (Red+Green+Blue) = 254+111+253=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 111 (43.75% from 255 or 17.96% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FFD is #019002. Grayscale: #A9A9A9. Windows color (decimal): -102403 or 16609278. OLE color: 16609278.

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

Color convert

RGB 254 111 253 -
CMYK 0 0.56 0.00 0.00
HSL 300.42º 0.99% 0.72% -
HSV(B) 300.42º 0.56% 1% -
XYZ 64.29 39.53 97.17 -
YUV 169.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 254 111 253 0 0.56 0.00 0.00 300.42 0.99 0.72
Hex FE 6F FD 0 38 0 0 12C 63 48
Octal 376 157 375 0 70 0 0 454 143 110
Binary 11111110 1101111 11111101 0 111000 0 0 100101100 1100011 1001000

Color Harmonies of #FE6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FFD

Black with #FE6FFD

Text Example


Text Example

White with #FE6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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