Html Css Color HEX #FD115C Razzmatazz

📋 copy color: '#FD115C'

red 253 ◦ green 17 ◦ blue 92

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

Shades of Razzmatazz #FD115C

Tints of Razzmatazz #FD115C

RGB

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

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

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

R = 69.89%
G = 4.7%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD115C (or 0xFD115C) is known color: Razzmatazz. HEX triplet: FD, 11 and 5C. RGB value is (253,17,92). Sum of RGB (Red+Green+Blue) = 253+17+92=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD115C is #02EEA3. Grayscale: #606060. Windows color (decimal): -192164 or 6033917. OLE color: 6033917.

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

Color convert

RGB 253 17 92 -
CMYK 0 0.93 0.64 0.01
HSL 340.93º 0.98% 0.53% -
HSV(B) 340.93º 0.93% 0.99% -
XYZ 42.64 22.06 12.14 -
YUV 96.11 125.69 239.9 -
System Red Green Blue C M Y K H S L
Decimal 253 17 92 0 0.93 0.64 0.01 340.93 0.98 0.53
Hex FD 11 5C 0 5D 40 1 155 62 35
Octal 375 21 134 0 135 100 1 525 142 65
Binary 11111101 10001 1011100 0 1011101 1000000 1 101010101 1100010 110101

Color Harmonies of #FD115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD115C

Black with #FD115C

Text Example


Text Example

White with #FD115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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