Html Css Color HEX #FA125B Razzmatazz

📋 copy color: '#FA125B'

red 250 ◦ green 18 ◦ blue 91

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

Shades of Razzmatazz #FA125B

Tints of Razzmatazz #FA125B

RGB

 RED value IS 250 (98.05% from 255) = 69.64%

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 69.64%
G = 5.01%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA125B (or 0xFA125B) is known color: Razzmatazz. HEX triplet: FA, 12 and 5B. RGB value is (250,18,91). Sum of RGB (Red+Green+Blue) = 250+18+91=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA125B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA125B is #05EDA4. Grayscale: #5F5F5F. Windows color (decimal): -388517 or 5968634. OLE color: 5968634.

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

Color convert

RGB 250 18 91 -
CMYK 0 0.93 0.64 0.02
HSL 341.12º 0.96% 0.53% -
HSV(B) 341.12º 0.93% 0.98% -
XYZ 41.53 21.51 11.86 -
YUV 95.69 125.36 238.06 -
System Red Green Blue C M Y K H S L
Decimal 250 18 91 0 0.93 0.64 0.02 341.12 0.96 0.53
Hex FA 12 5B 0 5D 40 2 155 60 35
Octal 372 22 133 0 135 100 2 525 140 65
Binary 11111010 10010 1011011 0 1011101 1000000 10 101010101 1100000 110101

Color Harmonies of #FA125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA125B

Black with #FA125B

Text Example


Text Example

White with #FA125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA125B; }

 p { color: rgb(250,18,91); }

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

background-color css

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

 a { background-color: rgb(250,18,91); }

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

border-color css

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

 span { border-color: rgb(250,18,91); }

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