Html Css Color HEX #FD135D Razzmatazz

📋 copy color: '#FD135D'

red 253 ◦ green 19 ◦ blue 93

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

Shades of Razzmatazz #FD135D

Tints of Razzmatazz #FD135D

RGB

 RED value IS 253 (99.22% from 255) = 69.32%

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 69.32%
G = 5.21%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD135D (or 0xFD135D) is known color: Razzmatazz. HEX triplet: FD, 13 and 5D. RGB value is (253,19,93). Sum of RGB (Red+Green+Blue) = 253+19+93=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD135D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD135D is #02ECA2. Grayscale: #616161. Windows color (decimal): -191651 or 6099965. OLE color: 6099965.

HSL color Cylindrical-coordinate representation of color #FD135D: hue angle of 341.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD135D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 19 93 -
CMYK 0 0.92 0.63 0.01
HSL 341.03º 0.98% 0.53% -
HSV(B) 341.03º 0.92% 0.99% -
XYZ 42.72 22.14 12.38 -
YUV 97.4 125.52 238.98 -
System Red Green Blue C M Y K H S L
Decimal 253 19 93 0 0.92 0.63 0.01 341.03 0.98 0.53
Hex FD 13 5D 0 5C 3F 1 155 62 35
Octal 375 23 135 0 134 77 1 525 142 65
Binary 11111101 10011 1011101 0 1011100 111111 1 101010101 1100010 110101

Color Harmonies of #FD135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD135D

Black with #FD135D

Text Example


Text Example

White with #FD135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD135D; }

 p { color: rgb(253,19,93); }

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

background-color css

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

 a { background-color: rgb(253,19,93); }

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

border-color css

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

 span { border-color: rgb(253,19,93); }

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