Html Css Color HEX #FD075C Razzmatazz

📋 copy color: '#FD075C'

red 253 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #FD075C

Tints of Razzmatazz #FD075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 71.88%
G = 1.99%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD075C (or 0xFD075C) is known color: Razzmatazz. HEX triplet: FD, 07 and 5C. RGB value is (253,7,92). Sum of RGB (Red+Green+Blue) = 253+7+92=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD075C is #02F8A3. Grayscale: #5A5A5A. Windows color (decimal): -194724 or 6031357. OLE color: 6031357.

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

Color convert

RGB 253 7 92 -
CMYK 0 0.97 0.64 0.01
HSL 339.27º 0.98% 0.51% -
HSV(B) 339.27º 0.97% 0.99% -
XYZ 42.52 21.81 12.09 -
YUV 90.24 129 244.09 -
System Red Green Blue C M Y K H S L
Decimal 253 7 92 0 0.97 0.64 0.01 339.27 0.98 0.51
Hex FD 7 5C 0 61 40 1 153 62 33
Octal 375 7 134 0 141 100 1 523 142 63
Binary 11111101 111 1011100 0 1100001 1000000 1 101010011 1100010 110011

Color Harmonies of #FD075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD075C

Black with #FD075C

Text Example


Text Example

White with #FD075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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