Html Css Color HEX #FA136A Razzmatazz

📋 copy color: '#FA136A'

red 250 ◦ green 19 ◦ blue 106

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

Shades of Razzmatazz #FA136A

Tints of Razzmatazz #FA136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 66.67%
G = 5.07%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA136A (or 0xFA136A) is known color: Razzmatazz. HEX triplet: FA, 13 and 6A. RGB value is (250,19,106). Sum of RGB (Red+Green+Blue) = 250+19+106=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA136A is #05EC95. Grayscale: #616161. Windows color (decimal): -388246 or 6951930. OLE color: 6951930.

HSL color Cylindrical-coordinate representation of color #FA136A: hue angle of 337.4º 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 #FA136A is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 19 106 -
CMYK 0 0.92 0.58 0.02
HSL 337.4º 0.96% 0.53% -
HSV(B) 337.4º 0.92% 0.98% -
XYZ 42.26 21.83 15.62 -
YUV 97.99 132.53 236.43 -
System Red Green Blue C M Y K H S L
Decimal 250 19 106 0 0.92 0.58 0.02 337.4 0.96 0.53
Hex FA 13 6A 0 5C 3A 2 151 60 35
Octal 372 23 152 0 134 72 2 521 140 65
Binary 11111010 10011 1101010 0 1011100 111010 10 101010001 1100000 110101

Color Harmonies of #FA136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA136A

Black with #FA136A

Text Example


Text Example

White with #FA136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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