Html Css Color HEX #F91550 Razzmatazz

📋 copy color: '#F91550'

red 249 ◦ green 21 ◦ blue 80

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

Shades of Razzmatazz #F91550

Tints of Razzmatazz #F91550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 71.14%
G = 6%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F91550 (or 0xF91550) is known color: Razzmatazz. HEX triplet: F9, 15 and 50. RGB value is (249,21,80). Sum of RGB (Red+Green+Blue) = 249+21+80=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F91550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91550 is #06EAAF. Grayscale: #5F5F5F. Windows color (decimal): -453296 or 5248505. OLE color: 5248505.

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

Color convert

RGB 249 21 80 -
CMYK 0 0.92 0.68 0.02
HSL 344.47º 0.95% 0.53% -
HSV(B) 344.47º 0.92% 0.98% -
XYZ 40.78 21.26 9.54 -
YUV 95.9 119.04 237.2 -
System Red Green Blue C M Y K H S L
Decimal 249 21 80 0 0.92 0.68 0.02 344.47 0.95 0.53
Hex F9 15 50 0 5C 44 2 158 5F 35
Octal 371 25 120 0 134 104 2 530 137 65
Binary 11111001 10101 1010000 0 1011100 1000100 10 101011000 1011111 110101

Color Harmonies of #F91550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91550

Black with #F91550

Text Example


Text Example

White with #F91550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91550; }

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

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

background-color css

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

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

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

border-color css

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

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

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