Html Css Color HEX #FF1355 Razzmatazz

📋 copy color: '#FF1355'

red 255 ◦ green 19 ◦ blue 85

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

Shades of Razzmatazz #FF1355

Tints of Razzmatazz #FF1355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 71.03%
G = 5.29%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF1355 (or 0xFF1355) is known color: Razzmatazz. HEX triplet: FF, 13 and 55. RGB value is (255,19,85). Sum of RGB (Red+Green+Blue) = 255+19+85=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1355 is #00ECAA. Grayscale: #616161. Windows color (decimal): -60587 or 5575679. OLE color: 5575679.

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

Color convert

RGB 255 19 85 -
CMYK 0 0.93 0.67 0
HSL 343.22º 1% 0.54% -
HSV(B) 343.22º 0.93% 1% -
XYZ 43.11 22.38 10.64 -
YUV 97.09 121.19 240.63 -
System Red Green Blue C M Y K H S L
Decimal 255 19 85 0 0.93 0.67 0 343.22 1 0.54
Hex FF 13 55 0 5D 43 0 157 64 36
Octal 377 23 125 0 135 103 0 527 144 66
Binary 11111111 10011 1010101 0 1011101 1000011 0 101010111 1100100 110110

Color Harmonies of #FF1355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1355

Black with #FF1355

Text Example


Text Example

White with #FF1355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1355; }

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

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

background-color css

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

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

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

border-color css

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

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

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