Html Css Color HEX #FE026D Razzmatazz

📋 copy color: '#FE026D'

red 254 ◦ green 2 ◦ blue 109

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

Shades of Razzmatazz #FE026D

Tints of Razzmatazz #FE026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 69.59%
G = 0.55%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE026D (or 0xFE026D) is known color: Razzmatazz. HEX triplet: FE, 02 and 6D. RGB value is (254,2,109). Sum of RGB (Red+Green+Blue) = 254+2+109=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE026D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE026D is #01FD92. Grayscale: #595959. Windows color (decimal): -130451 or 7144190. OLE color: 7144190.

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

Color convert

RGB 254 2 109 -
CMYK 0 0.99 0.57 0.00
HSL 334.52º 0.99% 0.5% -
HSV(B) 334.52º 0.99% 1% -
XYZ 43.66 22.22 16.46 -
YUV 89.55 138.99 245.3 -
System Red Green Blue C M Y K H S L
Decimal 254 2 109 0 0.99 0.57 0.00 334.52 0.99 0.5
Hex FE 2 6D 0 63 39 0 14F 63 32
Octal 376 2 155 0 143 71 0 517 143 62
Binary 11111110 10 1101101 0 1100011 111001 0 101001111 1100011 110010

Color Harmonies of #FE026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE026D

Black with #FE026D

Text Example


Text Example

White with #FE026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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