Html Css Color HEX #FE025D Razzmatazz

📋 copy color: '#FE025D'

red 254 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #FE025D

Tints of Razzmatazz #FE025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 72.78%
G = 0.57%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE025D (or 0xFE025D) is known color: Razzmatazz. HEX triplet: FE, 02 and 5D. RGB value is (254,2,93). Sum of RGB (Red+Green+Blue) = 254+2+93=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE025D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE025D is #01FDA2. Grayscale: #575757. Windows color (decimal): -130467 or 6095614. OLE color: 6095614.

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

Color convert

RGB 254 2 93 -
CMYK 0 0.99 0.63 0.00
HSL 338.33º 0.99% 0.5% -
HSV(B) 338.33º 0.99% 1% -
XYZ 42.87 21.9 12.32 -
YUV 87.72 130.99 246.6 -
System Red Green Blue C M Y K H S L
Decimal 254 2 93 0 0.99 0.63 0.00 338.33 0.99 0.5
Hex FE 2 5D 0 63 3F 0 152 63 32
Octal 376 2 135 0 143 77 0 522 143 62
Binary 11111110 10 1011101 0 1100011 111111 0 101010010 1100011 110010

Color Harmonies of #FE025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE025D

Black with #FE025D

Text Example


Text Example

White with #FE025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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