Html Css Color HEX #FD185D Razzmatazz

📋 copy color: '#FD185D'

red 253 ◦ green 24 ◦ blue 93

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

Shades of Razzmatazz #FD185D

Tints of Razzmatazz #FD185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

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

R = 68.38%
G = 6.49%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD185D (or 0xFD185D) is known color: Razzmatazz. HEX triplet: FD, 18 and 5D. RGB value is (253,24,93). Sum of RGB (Red+Green+Blue) = 253+24+93=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD185D is #02E7A2. Grayscale: #646464. Windows color (decimal): -190371 or 6101245. OLE color: 6101245.

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

Color convert

RGB 253 24 93 -
CMYK 0 0.91 0.63 0.01
HSL 341.92º 0.98% 0.54% -
HSV(B) 341.92º 0.91% 0.99% -
XYZ 42.81 22.33 12.41 -
YUV 100.34 123.87 236.89 -
System Red Green Blue C M Y K H S L
Decimal 253 24 93 0 0.91 0.63 0.01 341.92 0.98 0.54
Hex FD 18 5D 0 5B 3F 1 156 62 36
Octal 375 30 135 0 133 77 1 526 142 66
Binary 11111101 11000 1011101 0 1011011 111111 1 101010110 1100010 110110

Color Harmonies of #FD185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD185D

Black with #FD185D

Text Example


Text Example

White with #FD185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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