Html Css Color HEX #FD066D Razzmatazz

📋 copy color: '#FD066D'

red 253 ◦ green 6 ◦ blue 109

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

Shades of Razzmatazz #FD066D

Tints of Razzmatazz #FD066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

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

R = 68.75%
G = 1.63%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD066D (or 0xFD066D) is known color: Razzmatazz. HEX triplet: FD, 06 and 6D. RGB value is (253,6,109). Sum of RGB (Red+Green+Blue) = 253+6+109=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD066D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD066D is #02F992. Grayscale: #5B5B5B. Windows color (decimal): -194963 or 7145213. OLE color: 7145213.

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

Color convert

RGB 253 6 109 -
CMYK 0 0.98 0.57 0.01
HSL 334.98º 0.98% 0.51% -
HSV(B) 334.98º 0.98% 0.99% -
XYZ 43.33 22.12 16.45 -
YUV 91.6 137.83 243.12 -
System Red Green Blue C M Y K H S L
Decimal 253 6 109 0 0.98 0.57 0.01 334.98 0.98 0.51
Hex FD 6 6D 0 62 39 1 14F 62 33
Octal 375 6 155 0 142 71 1 517 142 63
Binary 11111101 110 1101101 0 1100010 111001 1 101001111 1100010 110011

Color Harmonies of #FD066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD066D

Black with #FD066D

Text Example


Text Example

White with #FD066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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