Html Css Color HEX #F30149 Razzmatazz

📋 copy color: '#F30149'

red 243 ◦ green 1 ◦ blue 73

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

Shades of Razzmatazz #F30149

Tints of Razzmatazz #F30149

RGB

 RED value IS 243 (95.31% from 255) = 76.66%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 76.66%
G = 0.32%
B = 23.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F30149 (or 0xF30149) is known color: Razzmatazz. HEX triplet: F3, 01 and 49. RGB value is (243,1,73). Sum of RGB (Red+Green+Blue) = 243+1+73=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F30149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30149 is #0CFEB6. Grayscale: #515151. Windows color (decimal): -851639 or 4784627. OLE color: 4784627.

HSL color Cylindrical-coordinate representation of color #F30149: hue angle of 342.15º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30149 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 1 73 -
CMYK 0 1.00 0.70 0.05
HSL 342.15º 0.99% 0.48% -
HSV(B) 342.15º 1% 0.95% -
XYZ 38.18 19.56 8.07 -
YUV 81.57 123.17 243.15 -
System Red Green Blue C M Y K H S L
Decimal 243 1 73 0 1.00 0.70 0.05 342.15 0.99 0.48
Hex F3 1 49 0 64 46 5 156 63 30
Octal 363 1 111 0 144 106 5 526 143 60
Binary 11110011 1 1001001 0 1100100 1000110 101 101010110 1100011 110000

Color Harmonies of #F30149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30149

Black with #F30149

Text Example


Text Example

White with #F30149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30149; }

 p { color: rgb(243,1,73); }

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

background-color css

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

 a { background-color: rgb(243,1,73); }

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

border-color css

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

 span { border-color: rgb(243,1,73); }

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