Html Css Color HEX #F9155E Razzmatazz

📋 copy color: '#F9155E'

red 249 ◦ green 21 ◦ blue 94

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

Shades of Razzmatazz #F9155E

Tints of Razzmatazz #F9155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.82%

R = 68.41%
G = 5.77%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9155E (or 0xF9155E) is known color: Razzmatazz. HEX triplet: F9, 15 and 5E. RGB value is (249,21,94). Sum of RGB (Red+Green+Blue) = 249+21+94=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F9155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9155E is #06EAA1. Grayscale: #616161. Windows color (decimal): -453282 or 6166009. OLE color: 6166009.

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

Color convert

RGB 249 21 94 -
CMYK 0 0.92 0.62 0.02
HSL 340.79º 0.95% 0.53% -
HSV(B) 340.79º 0.92% 0.98% -
XYZ 41.36 21.48 12.56 -
YUV 97.49 126.04 236.06 -
System Red Green Blue C M Y K H S L
Decimal 249 21 94 0 0.92 0.62 0.02 340.79 0.95 0.53
Hex F9 15 5E 0 5C 3E 2 155 5F 35
Octal 371 25 136 0 134 76 2 525 137 65
Binary 11111001 10101 1011110 0 1011100 111110 10 101010101 1011111 110101

Color Harmonies of #F9155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9155E

Black with #F9155E

Text Example


Text Example

White with #F9155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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