Html Css Color HEX #FD035D Razzmatazz

📋 copy color: '#FD035D'

red 253 ◦ green 3 ◦ blue 93

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

Shades of Razzmatazz #FD035D

Tints of Razzmatazz #FD035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 72.49%
G = 0.86%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD035D (or 0xFD035D) is known color: Razzmatazz. HEX triplet: FD, 03 and 5D. RGB value is (253,3,93). Sum of RGB (Red+Green+Blue) = 253+3+93=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD035D is #02FCA2. Grayscale: #575757. Windows color (decimal): -195747 or 6095869. OLE color: 6095869.

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

Color convert

RGB 253 3 93 -
CMYK 0 0.99 0.63 0.01
HSL 338.4º 0.98% 0.5% -
HSV(B) 338.4º 0.99% 0.99% -
XYZ 42.52 21.74 12.31 -
YUV 88.01 130.83 245.68 -
System Red Green Blue C M Y K H S L
Decimal 253 3 93 0 0.99 0.63 0.01 338.4 0.98 0.5
Hex FD 3 5D 0 63 3F 1 152 62 32
Octal 375 3 135 0 143 77 1 522 142 62
Binary 11111101 11 1011101 0 1100011 111111 1 101010010 1100010 110010

Color Harmonies of #FD035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD035D

Black with #FD035D

Text Example


Text Example

White with #FD035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD035D; }

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

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

background-color css

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

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

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

border-color css

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

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

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