Html Css Color HEX #FE016D Razzmatazz

📋 copy color: '#FE016D'

red 254 ◦ green 1 ◦ blue 109

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

Shades of Razzmatazz #FE016D

Tints of Razzmatazz #FE016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 69.78%
G = 0.27%
B = 29.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE016D (or 0xFE016D) is known color: Razzmatazz. HEX triplet: FE, 01 and 6D. RGB value is (254,1,109). Sum of RGB (Red+Green+Blue) = 254+1+109=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE016D is #01FE92. Grayscale: #585858. Windows color (decimal): -130707 or 7143934. OLE color: 7143934.

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

Color convert

RGB 254 1 109 -
CMYK 0 1.00 0.57 0.00
HSL 334.39º 0.99% 0.5% -
HSV(B) 334.39º 1% 1% -
XYZ 43.64 22.2 16.45 -
YUV 88.96 139.32 245.72 -
System Red Green Blue C M Y K H S L
Decimal 254 1 109 0 1.00 0.57 0.00 334.39 0.99 0.5
Hex FE 1 6D 0 64 39 0 14E 63 32
Octal 376 1 155 0 144 71 0 516 143 62
Binary 11111110 1 1101101 0 1100100 111001 0 101001110 1100011 110010

Color Harmonies of #FE016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE016D

Black with #FE016D

Text Example


Text Example

White with #FE016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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