Html Css Color HEX #FD076A Razzmatazz

📋 copy color: '#FD076A'

red 253 ◦ green 7 ◦ blue 106

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

Shades of Razzmatazz #FD076A

Tints of Razzmatazz #FD076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 69.13%
G = 1.91%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD076A (or 0xFD076A) is known color: Razzmatazz. HEX triplet: FD, 07 and 6A. RGB value is (253,7,106). Sum of RGB (Red+Green+Blue) = 253+7+106=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD076A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD076A is #02F895. Grayscale: #5B5B5B. Windows color (decimal): -194710 or 6948861. OLE color: 6948861.

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

Color convert

RGB 253 7 106 -
CMYK 0 0.97 0.58 0.01
HSL 335.85º 0.98% 0.51% -
HSV(B) 335.85º 0.97% 0.99% -
XYZ 43.19 22.08 15.62 -
YUV 91.84 136 242.95 -
System Red Green Blue C M Y K H S L
Decimal 253 7 106 0 0.97 0.58 0.01 335.85 0.98 0.51
Hex FD 7 6A 0 61 3A 1 150 62 33
Octal 375 7 152 0 141 72 1 520 142 63
Binary 11111101 111 1101010 0 1100001 111010 1 101010000 1100010 110011

Color Harmonies of #FD076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD076A

Black with #FD076A

Text Example


Text Example

White with #FD076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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