Html Css Color HEX #FE0972 Razzmatazz

📋 copy color: '#FE0972'

red 254 ◦ green 9 ◦ blue 114

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

Shades of Razzmatazz #FE0972

Tints of Razzmatazz #FE0972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

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

R = 67.37%
G = 2.39%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE0972 (or 0xFE0972) is known color: Razzmatazz. HEX triplet: FE, 09 and 72. RGB value is (254,9,114). Sum of RGB (Red+Green+Blue) = 254+9+114=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0972 is #01F68D. Grayscale: #5E5E5E. Windows color (decimal): -128654 or 7473662. OLE color: 7473662.

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

Color convert

RGB 254 9 114 -
CMYK 0 0.96 0.55 0.00
HSL 334.29º 0.99% 0.52% -
HSV(B) 334.29º 0.96% 1% -
XYZ 44.01 22.48 17.94 -
YUV 94.23 139.17 241.96 -
System Red Green Blue C M Y K H S L
Decimal 254 9 114 0 0.96 0.55 0.00 334.29 0.99 0.52
Hex FE 9 72 0 60 37 0 14E 63 34
Octal 376 11 162 0 140 67 0 516 143 64
Binary 11111110 1001 1110010 0 1100000 110111 0 101001110 1100011 110100

Color Harmonies of #FE0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0972

Black with #FE0972

Text Example


Text Example

White with #FE0972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0972; }

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

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

background-color css

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

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

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

border-color css

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

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

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