Html Css Color HEX #FE1361 Razzmatazz

📋 copy color: '#FE1361'

red 254 ◦ green 19 ◦ blue 97

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

Shades of Razzmatazz #FE1361

Tints of Razzmatazz #FE1361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.22%

R = 68.65%
G = 5.14%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE1361 (or 0xFE1361) is known color: Razzmatazz. HEX triplet: FE, 13 and 61. RGB value is (254,19,97). Sum of RGB (Red+Green+Blue) = 254+19+97=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1361 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1361 is #01EC9E. Grayscale: #626262. Windows color (decimal): -126111 or 6362110. OLE color: 6362110.

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

Color convert

RGB 254 19 97 -
CMYK 0 0.93 0.62 0.00
HSL 340.09º 0.99% 0.54% -
HSV(B) 340.09º 0.93% 1% -
XYZ 43.26 22.4 13.35 -
YUV 98.16 127.36 239.16 -
System Red Green Blue C M Y K H S L
Decimal 254 19 97 0 0.93 0.62 0.00 340.09 0.99 0.54
Hex FE 13 61 0 5D 3E 0 154 63 36
Octal 376 23 141 0 135 76 0 524 143 66
Binary 11111110 10011 1100001 0 1011101 111110 0 101010100 1100011 110110

Color Harmonies of #FE1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1361

Black with #FE1361

Text Example


Text Example

White with #FE1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1361; }

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

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

background-color css

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

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

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

border-color css

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

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

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