Html Css Color HEX #F91251 Razzmatazz

📋 copy color: '#F91251'

red 249 ◦ green 18 ◦ blue 81

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

Shades of Razzmatazz #F91251

Tints of Razzmatazz #F91251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.17%

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 71.55%
G = 5.17%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F91251 (or 0xF91251) is known color: Razzmatazz. HEX triplet: F9, 12 and 51. RGB value is (249,18,81). Sum of RGB (Red+Green+Blue) = 249+18+81=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F91251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91251 is #06EDAE. Grayscale: #5E5E5E. Windows color (decimal): -454063 or 5313273. OLE color: 5313273.

HSL color Cylindrical-coordinate representation of color #F91251: hue angle of 343.64º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91251 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 81 -
CMYK 0 0.93 0.67 0.02
HSL 343.64º 0.95% 0.52% -
HSV(B) 343.64º 0.93% 0.98% -
XYZ 40.77 21.17 9.72 -
YUV 94.25 120.53 238.38 -
System Red Green Blue C M Y K H S L
Decimal 249 18 81 0 0.93 0.67 0.02 343.64 0.95 0.52
Hex F9 12 51 0 5D 43 2 158 5F 34
Octal 371 22 121 0 135 103 2 530 137 64
Binary 11111001 10010 1010001 0 1011101 1000011 10 101011000 1011111 110100

Color Harmonies of #F91251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91251

Black with #F91251

Text Example


Text Example

White with #F91251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91251; }

 p { color: rgb(249,18,81); }

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

background-color css

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

 a { background-color: rgb(249,18,81); }

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

border-color css

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

 span { border-color: rgb(249,18,81); }

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