Html Css Color HEX #FD076D Razzmatazz

📋 copy color: '#FD076D'

red 253 ◦ green 7 ◦ blue 109

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

Shades of Razzmatazz #FD076D

Tints of Razzmatazz #FD076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.9%

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 68.56%
G = 1.9%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD076D (or 0xFD076D) is known color: Razzmatazz. HEX triplet: FD, 07 and 6D. RGB value is (253,7,109). Sum of RGB (Red+Green+Blue) = 253+7+109=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD076D is #02F892. Grayscale: #5C5C5C. Windows color (decimal): -194707 or 7145469. OLE color: 7145469.

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

Color convert

RGB 253 7 109 -
CMYK 0 0.97 0.57 0.01
HSL 335.12º 0.98% 0.51% -
HSV(B) 335.12º 0.97% 0.99% -
XYZ 43.34 22.14 16.46 -
YUV 92.18 137.5 242.71 -
System Red Green Blue C M Y K H S L
Decimal 253 7 109 0 0.97 0.57 0.01 335.12 0.98 0.51
Hex FD 7 6D 0 61 39 1 14F 62 33
Octal 375 7 155 0 141 71 1 517 142 63
Binary 11111101 111 1101101 0 1100001 111001 1 101001111 1100010 110011

Color Harmonies of #FD076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD076D

Black with #FD076D

Text Example


Text Example

White with #FD076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD076D; }

 p { color: rgb(253,7,109); }

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

background-color css

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

 a { background-color: rgb(253,7,109); }

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

border-color css

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

 span { border-color: rgb(253,7,109); }

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