Html Css Color HEX #FD1165 Razzmatazz

📋 copy color: '#FD1165'

red 253 ◦ green 17 ◦ blue 101

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

Shades of Razzmatazz #FD1165

Tints of Razzmatazz #FD1165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.58%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 68.19%
G = 4.58%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD1165 (or 0xFD1165) is known color: Razzmatazz. HEX triplet: FD, 11 and 65. RGB value is (253,17,101). Sum of RGB (Red+Green+Blue) = 253+17+101=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1165 is #02EE9A. Grayscale: #616161. Windows color (decimal): -192155 or 6623741. OLE color: 6623741.

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

Color convert

RGB 253 17 101 -
CMYK 0 0.93 0.60 0.01
HSL 338.64º 0.98% 0.53% -
HSV(B) 338.64º 0.93% 0.99% -
XYZ 43.06 22.22 14.33 -
YUV 97.14 130.19 239.17 -
System Red Green Blue C M Y K H S L
Decimal 253 17 101 0 0.93 0.60 0.01 338.64 0.98 0.53
Hex FD 11 65 0 5D 3C 1 153 62 35
Octal 375 21 145 0 135 74 1 523 142 65
Binary 11111101 10001 1100101 0 1011101 111100 1 101010011 1100010 110101

Color Harmonies of #FD1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1165

Black with #FD1165

Text Example


Text Example

White with #FD1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1165; }

 p { color: rgb(253,17,101); }

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

background-color css

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

 a { background-color: rgb(253,17,101); }

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

border-color css

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

 span { border-color: rgb(253,17,101); }

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