Html Css Color HEX #FA135B Razzmatazz

📋 copy color: '#FA135B'

red 250 ◦ green 19 ◦ blue 91

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

Shades of Razzmatazz #FA135B

Tints of Razzmatazz #FA135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.28%

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

R = 69.44%
G = 5.28%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA135B (or 0xFA135B) is known color: Razzmatazz. HEX triplet: FA, 13 and 5B. RGB value is (250,19,91). Sum of RGB (Red+Green+Blue) = 250+19+91=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA135B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA135B is #05ECA4. Grayscale: #606060. Windows color (decimal): -388261 or 5968890. OLE color: 5968890.

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

Color convert

RGB 250 19 91 -
CMYK 0 0.92 0.64 0.02
HSL 341.3º 0.96% 0.53% -
HSV(B) 341.3º 0.92% 0.98% -
XYZ 41.55 21.55 11.87 -
YUV 96.28 125.03 237.65 -
System Red Green Blue C M Y K H S L
Decimal 250 19 91 0 0.92 0.64 0.02 341.3 0.96 0.53
Hex FA 13 5B 0 5C 40 2 155 60 35
Octal 372 23 133 0 134 100 2 525 140 65
Binary 11111010 10011 1011011 0 1011100 1000000 10 101010101 1100000 110101

Color Harmonies of #FA135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA135B

Black with #FA135B

Text Example


Text Example

White with #FA135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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