Html Css Color HEX #FD125A Razzmatazz

📋 copy color: '#FD125A'

red 253 ◦ green 18 ◦ blue 90

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

Shades of Razzmatazz #FD125A

Tints of Razzmatazz #FD125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 70.08%
G = 4.99%
B = 24.93%

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

#FD125A (or 0xFD125A) is known color: Razzmatazz. HEX triplet: FD, 12 and 5A. RGB value is (253,18,90). Sum of RGB (Red+Green+Blue) = 253+18+90=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD125A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD125A is #02EDA5. Grayscale: #606060. Windows color (decimal): -191910 or 5903101. OLE color: 5903101.

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

Color convert

RGB 253 18 90 -
CMYK 0 0.93 0.64 0.01
HSL 341.62º 0.98% 0.53% -
HSV(B) 341.62º 0.93% 0.99% -
XYZ 42.57 22.05 11.69 -
YUV 96.47 124.36 239.65 -
System Red Green Blue C M Y K H S L
Decimal 253 18 90 0 0.93 0.64 0.01 341.62 0.98 0.53
Hex FD 12 5A 0 5D 40 1 156 62 35
Octal 375 22 132 0 135 100 1 526 142 65
Binary 11111101 10010 1011010 0 1011101 1000000 1 101010110 1100010 110101

Color Harmonies of #FD125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD125A

Black with #FD125A

Text Example


Text Example

White with #FD125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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