Html Css Color HEX #FD136D Razzmatazz

📋 copy color: '#FD136D'

red 253 ◦ green 19 ◦ blue 109

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

Shades of Razzmatazz #FD136D

Tints of Razzmatazz #FD136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 66.4%
G = 4.99%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD136D (or 0xFD136D) is known color: Razzmatazz. HEX triplet: FD, 13 and 6D. RGB value is (253,19,109). Sum of RGB (Red+Green+Blue) = 253+19+109=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD136D is #02EC92. Grayscale: #636363. Windows color (decimal): -191635 or 7148541. OLE color: 7148541.

HSL color Cylindrical-coordinate representation of color #FD136D: hue angle of 336.92º 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 #FD136D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 19 109 -
CMYK 0 0.92 0.57 0.01
HSL 336.92º 0.98% 0.53% -
HSV(B) 336.92º 0.92% 0.99% -
XYZ 43.5 22.45 16.51 -
YUV 99.23 133.52 237.68 -
System Red Green Blue C M Y K H S L
Decimal 253 19 109 0 0.92 0.57 0.01 336.92 0.98 0.53
Hex FD 13 6D 0 5C 39 1 151 62 35
Octal 375 23 155 0 134 71 1 521 142 65
Binary 11111101 10011 1101101 0 1011100 111001 1 101010001 1100010 110101

Color Harmonies of #FD136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD136D

Black with #FD136D

Text Example


Text Example

White with #FD136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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