Html Css Color HEX #FD056C Razzmatazz

📋 copy color: '#FD056C'

red 253 ◦ green 5 ◦ blue 108

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

Shades of Razzmatazz #FD056C

Tints of Razzmatazz #FD056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

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

R = 69.13%
G = 1.37%
B = 29.51%

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

#FD056C (or 0xFD056C) is known color: Razzmatazz. HEX triplet: FD, 05 and 6C. RGB value is (253,5,108). Sum of RGB (Red+Green+Blue) = 253+5+108=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD056C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD056C is #02FA93. Grayscale: #5A5A5A. Windows color (decimal): -195220 or 7079421. OLE color: 7079421.

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

Color convert

RGB 253 5 108 -
CMYK 0 0.98 0.57 0.01
HSL 335.08º 0.98% 0.51% -
HSV(B) 335.08º 0.98% 0.99% -
XYZ 43.27 22.07 16.17 -
YUV 90.89 137.66 243.62 -
System Red Green Blue C M Y K H S L
Decimal 253 5 108 0 0.98 0.57 0.01 335.08 0.98 0.51
Hex FD 5 6C 0 62 39 1 14F 62 33
Octal 375 5 154 0 142 71 1 517 142 63
Binary 11111101 101 1101100 0 1100010 111001 1 101001111 1100010 110011

Color Harmonies of #FD056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD056C

Black with #FD056C

Text Example


Text Example

White with #FD056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD056C; }

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

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

background-color css

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

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

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

border-color css

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

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

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