Html Css Color HEX #FD066C Razzmatazz

📋 copy color: '#FD066C'

red 253 ◦ green 6 ◦ blue 108

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

Shades of Razzmatazz #FD066C

Tints of Razzmatazz #FD066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 68.94%
G = 1.63%
B = 29.43%

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

#FD066C (or 0xFD066C) is known color: Razzmatazz. HEX triplet: FD, 06 and 6C. RGB value is (253,6,108). Sum of RGB (Red+Green+Blue) = 253+6+108=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD066C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD066C is #02F993. Grayscale: #5B5B5B. Windows color (decimal): -194964 or 7079677. OLE color: 7079677.

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

Color convert

RGB 253 6 108 -
CMYK 0 0.98 0.57 0.01
HSL 335.22º 0.98% 0.51% -
HSV(B) 335.22º 0.98% 0.99% -
XYZ 43.28 22.1 16.17 -
YUV 91.48 137.33 243.21 -
System Red Green Blue C M Y K H S L
Decimal 253 6 108 0 0.98 0.57 0.01 335.22 0.98 0.51
Hex FD 6 6C 0 62 39 1 14F 62 33
Octal 375 6 154 0 142 71 1 517 142 63
Binary 11111101 110 1101100 0 1100010 111001 1 101001111 1100010 110011

Color Harmonies of #FD066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD066C

Black with #FD066C

Text Example


Text Example

White with #FD066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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