Html Css Color HEX #FD125C Razzmatazz

📋 copy color: '#FD125C'

red 253 ◦ green 18 ◦ blue 92

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

Shades of Razzmatazz #FD125C

Tints of Razzmatazz #FD125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.96%

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

R = 69.7%
G = 4.96%
B = 25.34%

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

#FD125C (or 0xFD125C) is known color: Razzmatazz. HEX triplet: FD, 12 and 5C. RGB value is (253,18,92). Sum of RGB (Red+Green+Blue) = 253+18+92=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD125C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD125C is #02EDA3. Grayscale: #606060. Windows color (decimal): -191908 or 6034173. OLE color: 6034173.

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

Color convert

RGB 253 18 92 -
CMYK 0 0.93 0.64 0.01
HSL 341.11º 0.98% 0.53% -
HSV(B) 341.11º 0.93% 0.99% -
XYZ 42.66 22.09 12.14 -
YUV 96.7 125.36 239.48 -
System Red Green Blue C M Y K H S L
Decimal 253 18 92 0 0.93 0.64 0.01 341.11 0.98 0.53
Hex FD 12 5C 0 5D 40 1 155 62 35
Octal 375 22 134 0 135 100 1 525 142 65
Binary 11111101 10010 1011100 0 1011101 1000000 1 101010101 1100010 110101

Color Harmonies of #FD125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD125C

Black with #FD125C

Text Example


Text Example

White with #FD125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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