Html Css Color HEX #FD155F Razzmatazz

📋 copy color: '#FD155F'

red 253 ◦ green 21 ◦ blue 95

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

Shades of Razzmatazz #FD155F

Tints of Razzmatazz #FD155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.69%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 68.56%
G = 5.69%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD155F (or 0xFD155F) is known color: Razzmatazz. HEX triplet: FD, 15 and 5F. RGB value is (253,21,95). Sum of RGB (Red+Green+Blue) = 253+21+95=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD155F is #02EAA0. Grayscale: #626262. Windows color (decimal): -191137 or 6231549. OLE color: 6231549.

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

Color convert

RGB 253 21 95 -
CMYK 0 0.92 0.62 0.01
HSL 340.86º 0.98% 0.54% -
HSV(B) 340.86º 0.92% 0.99% -
XYZ 42.84 22.25 12.86 -
YUV 98.8 125.86 237.98 -
System Red Green Blue C M Y K H S L
Decimal 253 21 95 0 0.92 0.62 0.01 340.86 0.98 0.54
Hex FD 15 5F 0 5C 3E 1 155 62 36
Octal 375 25 137 0 134 76 1 525 142 66
Binary 11111101 10101 1011111 0 1011100 111110 1 101010101 1100010 110110

Color Harmonies of #FD155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD155F

Black with #FD155F

Text Example


Text Example

White with #FD155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD155F; }

 p { color: rgb(253,21,95); }

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

background-color css

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

 a { background-color: rgb(253,21,95); }

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

border-color css

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

 span { border-color: rgb(253,21,95); }

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