Html Css Color HEX #FD165D Razzmatazz

📋 copy color: '#FD165D'

red 253 ◦ green 22 ◦ blue 93

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

Shades of Razzmatazz #FD165D

Tints of Razzmatazz #FD165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.98%

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

R = 68.75%
G = 5.98%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD165D (or 0xFD165D) is known color: Razzmatazz. HEX triplet: FD, 16 and 5D. RGB value is (253,22,93). Sum of RGB (Red+Green+Blue) = 253+22+93=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD165D is #02E9A2. Grayscale: #636363. Windows color (decimal): -190883 or 6100733. OLE color: 6100733.

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

Color convert

RGB 253 22 93 -
CMYK 0 0.91 0.63 0.01
HSL 341.56º 0.98% 0.54% -
HSV(B) 341.56º 0.91% 0.99% -
XYZ 42.77 22.25 12.4 -
YUV 99.16 124.53 237.73 -
System Red Green Blue C M Y K H S L
Decimal 253 22 93 0 0.91 0.63 0.01 341.56 0.98 0.54
Hex FD 16 5D 0 5B 3F 1 156 62 36
Octal 375 26 135 0 133 77 1 526 142 66
Binary 11111101 10110 1011101 0 1011011 111111 1 101010110 1100010 110110

Color Harmonies of #FD165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD165D

Black with #FD165D

Text Example


Text Example

White with #FD165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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