Html Css Color HEX #FD135C Razzmatazz

📋 copy color: '#FD135C'

red 253 ◦ green 19 ◦ blue 92

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

Shades of Razzmatazz #FD135C

Tints of Razzmatazz #FD135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 69.51%
G = 5.22%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD135C (or 0xFD135C) is known color: Razzmatazz. HEX triplet: FD, 13 and 5C. RGB value is (253,19,92). Sum of RGB (Red+Green+Blue) = 253+19+92=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD135C is #02ECA3. Grayscale: #616161. Windows color (decimal): -191652 or 6034429. OLE color: 6034429.

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

Color convert

RGB 253 19 92 -
CMYK 0 0.92 0.64 0.01
HSL 341.28º 0.98% 0.53% -
HSV(B) 341.28º 0.92% 0.99% -
XYZ 42.67 22.12 12.15 -
YUV 97.29 125.02 239.06 -
System Red Green Blue C M Y K H S L
Decimal 253 19 92 0 0.92 0.64 0.01 341.28 0.98 0.53
Hex FD 13 5C 0 5C 40 1 155 62 35
Octal 375 23 134 0 134 100 1 525 142 65
Binary 11111101 10011 1011100 0 1011100 1000000 1 101010101 1100010 110101

Color Harmonies of #FD135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD135C

Black with #FD135C

Text Example


Text Example

White with #FD135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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