Html Css Color HEX #FE0372 Razzmatazz

📋 copy color: '#FE0372'

red 254 ◦ green 3 ◦ blue 114

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

Shades of Razzmatazz #FE0372

Tints of Razzmatazz #FE0372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 68.46%
G = 0.81%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE0372 (or 0xFE0372) is known color: Razzmatazz. HEX triplet: FE, 03 and 72. RGB value is (254,3,114). Sum of RGB (Red+Green+Blue) = 254+3+114=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0372 is #01FC8D. Grayscale: #5A5A5A. Windows color (decimal): -130190 or 7472126. OLE color: 7472126.

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

Color convert

RGB 254 3 114 -
CMYK 0 0.99 0.55 0.00
HSL 333.47º 0.99% 0.5% -
HSV(B) 333.47º 0.99% 1% -
XYZ 43.94 22.35 17.92 -
YUV 90.7 141.16 244.47 -
System Red Green Blue C M Y K H S L
Decimal 254 3 114 0 0.99 0.55 0.00 333.47 0.99 0.5
Hex FE 3 72 0 63 37 0 14D 63 32
Octal 376 3 162 0 143 67 0 515 143 62
Binary 11111110 11 1110010 0 1100011 110111 0 101001101 1100011 110010

Color Harmonies of #FE0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0372

Black with #FE0372

Text Example


Text Example

White with #FE0372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0372; }

 p { color: rgb(254,3,114); }

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

background-color css

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

 a { background-color: rgb(254,3,114); }

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

border-color css

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

 span { border-color: rgb(254,3,114); }

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