Html Css Color HEX #FD036F Razzmatazz

📋 copy color: '#FD036F'

red 253 ◦ green 3 ◦ blue 111

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

Shades of Razzmatazz #FD036F

Tints of Razzmatazz #FD036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 68.94%
G = 0.82%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD036F (or 0xFD036F) is known color: Razzmatazz. HEX triplet: FD, 03 and 6F. RGB value is (253,3,111). Sum of RGB (Red+Green+Blue) = 253+3+111=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD036F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD036F is #02FC90. Grayscale: #595959. Windows color (decimal): -195729 or 7275517. OLE color: 7275517.

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

Color convert

RGB 253 3 111 -
CMYK 0 0.99 0.56 0.01
HSL 334.08º 0.98% 0.5% -
HSV(B) 334.08º 0.99% 0.99% -
XYZ 43.41 22.1 17.02 -
YUV 90.06 139.83 244.22 -
System Red Green Blue C M Y K H S L
Decimal 253 3 111 0 0.99 0.56 0.01 334.08 0.98 0.5
Hex FD 3 6F 0 63 38 1 14E 62 32
Octal 375 3 157 0 143 70 1 516 142 62
Binary 11111101 11 1101111 0 1100011 111000 1 101001110 1100010 110010

Color Harmonies of #FD036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD036F

Black with #FD036F

Text Example


Text Example

White with #FD036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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