Html Css Color HEX #FE1364 Razzmatazz

📋 copy color: '#FE1364'

red 254 ◦ green 19 ◦ blue 100

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

Shades of Razzmatazz #FE1364

Tints of Razzmatazz #FE1364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 68.1%
G = 5.09%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE1364 (or 0xFE1364) is known color: Razzmatazz. HEX triplet: FE, 13 and 64. RGB value is (254,19,100). Sum of RGB (Red+Green+Blue) = 254+19+100=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1364 is #01EC9B. Grayscale: #626262. Windows color (decimal): -126108 or 6558718. OLE color: 6558718.

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

Color convert

RGB 254 19 100 -
CMYK 0 0.93 0.61 0.00
HSL 339.32º 0.99% 0.54% -
HSV(B) 339.32º 0.93% 1% -
XYZ 43.41 22.46 14.1 -
YUV 98.5 128.86 238.91 -
System Red Green Blue C M Y K H S L
Decimal 254 19 100 0 0.93 0.61 0.00 339.32 0.99 0.54
Hex FE 13 64 0 5D 3D 0 153 63 36
Octal 376 23 144 0 135 75 0 523 143 66
Binary 11111110 10011 1100100 0 1011101 111101 0 101010011 1100011 110110

Color Harmonies of #FE1364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1364

Black with #FE1364

Text Example


Text Example

White with #FE1364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1364; }

 p { color: rgb(254,19,100); }

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

background-color css

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

 a { background-color: rgb(254,19,100); }

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

border-color css

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

 span { border-color: rgb(254,19,100); }

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