Html Css Color HEX #FD085D Razzmatazz

📋 copy color: '#FD085D'

red 253 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #FD085D

Tints of Razzmatazz #FD085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.26%

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 71.47%
G = 2.26%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD085D (or 0xFD085D) is known color: Razzmatazz. HEX triplet: FD, 08 and 5D. RGB value is (253,8,93). Sum of RGB (Red+Green+Blue) = 253+8+93=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD085D is #02F7A2. Grayscale: #5A5A5A. Windows color (decimal): -194467 or 6097149. OLE color: 6097149.

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

Color convert

RGB 253 8 93 -
CMYK 0 0.97 0.63 0.01
HSL 339.18º 0.98% 0.51% -
HSV(B) 339.18º 0.97% 0.99% -
XYZ 42.57 21.85 12.33 -
YUV 90.95 129.17 243.59 -
System Red Green Blue C M Y K H S L
Decimal 253 8 93 0 0.97 0.63 0.01 339.18 0.98 0.51
Hex FD 8 5D 0 61 3F 1 153 62 33
Octal 375 10 135 0 141 77 1 523 142 63
Binary 11111101 1000 1011101 0 1100001 111111 1 101010011 1100010 110011

Color Harmonies of #FD085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD085D

Black with #FD085D

Text Example


Text Example

White with #FD085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD085D; }

 p { color: rgb(253,8,93); }

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

background-color css

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

 a { background-color: rgb(253,8,93); }

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

border-color css

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

 span { border-color: rgb(253,8,93); }

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