Html Css Color HEX #F9155F Razzmatazz

📋 copy color: '#F9155F'

red 249 ◦ green 21 ◦ blue 95

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

Shades of Razzmatazz #F9155F

Tints of Razzmatazz #F9155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 68.22%
G = 5.75%
B = 26.03%

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

#F9155F (or 0xF9155F) is known color: Razzmatazz. HEX triplet: F9, 15 and 5F. RGB value is (249,21,95). Sum of RGB (Red+Green+Blue) = 249+21+95=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9155F is #06EAA0. Grayscale: #616161. Windows color (decimal): -453281 or 6231545. OLE color: 6231545.

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

Color convert

RGB 249 21 95 -
CMYK 0 0.92 0.62 0.02
HSL 340.53º 0.95% 0.53% -
HSV(B) 340.53º 0.92% 0.98% -
XYZ 41.4 21.5 12.79 -
YUV 97.61 126.54 235.98 -
System Red Green Blue C M Y K H S L
Decimal 249 21 95 0 0.92 0.62 0.02 340.53 0.95 0.53
Hex F9 15 5F 0 5C 3E 2 155 5F 35
Octal 371 25 137 0 134 76 2 525 137 65
Binary 11111001 10101 1011111 0 1011100 111110 10 101010101 1011111 110101

Color Harmonies of #F9155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9155F

Black with #F9155F

Text Example


Text Example

White with #F9155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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