Html Css Color HEX #FF135A Razzmatazz

📋 copy color: '#FF135A'

red 255 ◦ green 19 ◦ blue 90

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

Shades of Razzmatazz #FF135A

Tints of Razzmatazz #FF135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 70.05%
G = 5.22%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF135A (or 0xFF135A) is known color: Razzmatazz. HEX triplet: FF, 13 and 5A. RGB value is (255,19,90). Sum of RGB (Red+Green+Blue) = 255+19+90=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF135A is #00ECA5. Grayscale: #616161. Windows color (decimal): -60582 or 5903359. OLE color: 5903359.

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

Color convert

RGB 255 19 90 -
CMYK 0 0.93 0.65 0
HSL 341.95º 1% 0.54% -
HSV(B) 341.95º 0.93% 1% -
XYZ 43.32 22.46 11.73 -
YUV 97.66 123.69 240.23 -
System Red Green Blue C M Y K H S L
Decimal 255 19 90 0 0.93 0.65 0 341.95 1 0.54
Hex FF 13 5A 0 5D 41 0 156 64 36
Octal 377 23 132 0 135 101 0 526 144 66
Binary 11111111 10011 1011010 0 1011101 1000001 0 101010110 1100100 110110

Color Harmonies of #FF135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF135A

Black with #FF135A

Text Example


Text Example

White with #FF135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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