Html Css Color HEX #FD136A Razzmatazz

📋 copy color: '#FD136A'

red 253 ◦ green 19 ◦ blue 106

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

Shades of Razzmatazz #FD136A

Tints of Razzmatazz #FD136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 66.93%
G = 5.03%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD136A (or 0xFD136A) is known color: Razzmatazz. HEX triplet: FD, 13 and 6A. RGB value is (253,19,106). Sum of RGB (Red+Green+Blue) = 253+19+106=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD136A is #02EC95. Grayscale: #626262. Windows color (decimal): -191638 or 6951933. OLE color: 6951933.

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

Color convert

RGB 253 19 106 -
CMYK 0 0.92 0.58 0.01
HSL 337.69º 0.98% 0.53% -
HSV(B) 337.69º 0.92% 0.99% -
XYZ 43.34 22.39 15.67 -
YUV 98.88 132.02 237.93 -
System Red Green Blue C M Y K H S L
Decimal 253 19 106 0 0.92 0.58 0.01 337.69 0.98 0.53
Hex FD 13 6A 0 5C 3A 1 152 62 35
Octal 375 23 152 0 134 72 1 522 142 65
Binary 11111101 10011 1101010 0 1011100 111010 1 101010010 1100010 110101

Color Harmonies of #FD136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD136A

Black with #FD136A

Text Example


Text Example

White with #FD136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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