Html Css Color HEX #F30159 Razzmatazz

📋 copy color: '#F30159'

red 243 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #F30159

Tints of Razzmatazz #F30159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 72.97%
G = 0.3%
B = 26.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F30159 (or 0xF30159) is known color: Razzmatazz. HEX triplet: F3, 01 and 59. RGB value is (243,1,89). Sum of RGB (Red+Green+Blue) = 243+1+89=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F30159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30159 is #0CFEA6. Grayscale: #535353. Windows color (decimal): -851623 or 5833203. OLE color: 5833203.

HSL color Cylindrical-coordinate representation of color #F30159: hue angle of 338.18º 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 #F30159 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 1 89 -
CMYK 0 1.00 0.63 0.05
HSL 338.18º 0.99% 0.48% -
HSV(B) 338.18º 1% 0.95% -
XYZ 38.78 19.8 11.23 -
YUV 83.39 131.17 241.84 -
System Red Green Blue C M Y K H S L
Decimal 243 1 89 0 1.00 0.63 0.05 338.18 0.99 0.48
Hex F3 1 59 0 64 3F 5 152 63 30
Octal 363 1 131 0 144 77 5 522 143 60
Binary 11110011 1 1011001 0 1100100 111111 101 101010010 1100011 110000

Color Harmonies of #F30159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30159

Black with #F30159

Text Example


Text Example

White with #F30159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30159; }

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

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

background-color css

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

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

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

border-color css

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

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

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