Html Css Color HEX #FA1353 Razzmatazz

📋 copy color: '#FA1353'

red 250 ◦ green 19 ◦ blue 83

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

Shades of Razzmatazz #FA1353

Tints of Razzmatazz #FA1353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 71.02%
G = 5.4%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA1353 (or 0xFA1353) is known color: Razzmatazz. HEX triplet: FA, 13 and 53. RGB value is (250,19,83). Sum of RGB (Red+Green+Blue) = 250+19+83=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1353 is #05ECAC. Grayscale: #5F5F5F. Windows color (decimal): -388269 or 5444602. OLE color: 5444602.

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

Color convert

RGB 250 19 83 -
CMYK 0 0.92 0.67 0.02
HSL 343.38º 0.96% 0.53% -
HSV(B) 343.38º 0.92% 0.98% -
XYZ 41.22 21.41 10.14 -
YUV 95.37 121.03 238.3 -
System Red Green Blue C M Y K H S L
Decimal 250 19 83 0 0.92 0.67 0.02 343.38 0.96 0.53
Hex FA 13 53 0 5C 43 2 157 60 35
Octal 372 23 123 0 134 103 2 527 140 65
Binary 11111010 10011 1010011 0 1011100 1000011 10 101010111 1100000 110101

Color Harmonies of #FA1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1353

Black with #FA1353

Text Example


Text Example

White with #FA1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1353; }

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

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

background-color css

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

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

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

border-color css

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

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

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