Html Css Color HEX #FD095D Razzmatazz

📋 copy color: '#FD095D'

red 253 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #FD095D

Tints of Razzmatazz #FD095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

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

R = 71.27%
G = 2.54%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD095D (or 0xFD095D) is known color: Razzmatazz. HEX triplet: FD, 09 and 5D. RGB value is (253,9,93). Sum of RGB (Red+Green+Blue) = 253+9+93=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD095D is #02F6A2. Grayscale: #5B5B5B. Windows color (decimal): -194211 or 6097405. OLE color: 6097405.

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

Color convert

RGB 253 9 93 -
CMYK 0 0.96 0.63 0.01
HSL 339.34º 0.98% 0.51% -
HSV(B) 339.34º 0.96% 0.99% -
XYZ 42.58 21.87 12.33 -
YUV 91.53 128.84 243.17 -
System Red Green Blue C M Y K H S L
Decimal 253 9 93 0 0.96 0.63 0.01 339.34 0.98 0.51
Hex FD 9 5D 0 60 3F 1 153 62 33
Octal 375 11 135 0 140 77 1 523 142 63
Binary 11111101 1001 1011101 0 1100000 111111 1 101010011 1100010 110011

Color Harmonies of #FD095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD095D

Black with #FD095D

Text Example


Text Example

White with #FD095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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