Html Css Color HEX #F91553 Razzmatazz

📋 copy color: '#F91553'

red 249 ◦ green 21 ◦ blue 83

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

Shades of Razzmatazz #F91553

Tints of Razzmatazz #F91553

RGB

 RED value IS 249 (97.66% from 255) = 70.54%

 GREEN value IS 21 (8.59% from 255) = 5.95%

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

R = 70.54%
G = 5.95%
B = 23.51%

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

#F91553 (or 0xF91553) is known color: Razzmatazz. HEX triplet: F9, 15 and 53. RGB value is (249,21,83). Sum of RGB (Red+Green+Blue) = 249+21+83=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F91553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91553 is #06EAAC. Grayscale: #606060. Windows color (decimal): -453293 or 5445113. OLE color: 5445113.

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

Color convert

RGB 249 21 83 -
CMYK 0 0.92 0.67 0.02
HSL 343.68º 0.95% 0.53% -
HSV(B) 343.68º 0.92% 0.98% -
XYZ 40.9 21.3 10.14 -
YUV 96.24 120.54 236.96 -
System Red Green Blue C M Y K H S L
Decimal 249 21 83 0 0.92 0.67 0.02 343.68 0.95 0.53
Hex F9 15 53 0 5C 43 2 158 5F 35
Octal 371 25 123 0 134 103 2 530 137 65
Binary 11111001 10101 1010011 0 1011100 1000011 10 101011000 1011111 110101

Color Harmonies of #F91553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91553

Black with #F91553

Text Example


Text Example

White with #F91553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91553; }

 p { color: rgb(249,21,83); }

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

background-color css

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

 a { background-color: rgb(249,21,83); }

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

border-color css

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

 span { border-color: rgb(249,21,83); }

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