Html Css Color HEX #FF1361 Razzmatazz

📋 copy color: '#FF1361'

red 255 ◦ green 19 ◦ blue 97

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

Shades of Razzmatazz #FF1361

Tints of Razzmatazz #FF1361

RGB

 RED value IS 255 (100% from 255) = 68.73%

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

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

R = 68.73%
G = 5.12%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF1361 (or 0xFF1361) is known color: Razzmatazz. HEX triplet: FF, 13 and 61. RGB value is (255,19,97). Sum of RGB (Red+Green+Blue) = 255+19+97=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1361 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1361 is #00EC9E. Grayscale: #626262. Windows color (decimal): -60575 or 6362111. OLE color: 6362111.

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

Color convert

RGB 255 19 97 -
CMYK 0 0.93 0.62 0
HSL 340.17º 1% 0.54% -
HSV(B) 340.17º 0.93% 1% -
XYZ 43.63 22.59 13.37 -
YUV 98.46 127.19 239.66 -
System Red Green Blue C M Y K H S L
Decimal 255 19 97 0 0.93 0.62 0 340.17 1 0.54
Hex FF 13 61 0 5D 3E 0 154 64 36
Octal 377 23 141 0 135 76 0 524 144 66
Binary 11111111 10011 1100001 0 1011101 111110 0 101010100 1100100 110110

Color Harmonies of #FF1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1361

Black with #FF1361

Text Example


Text Example

White with #FF1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1361; }

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

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

background-color css

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

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

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

border-color css

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

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

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