Html Css Color HEX #F9115F Razzmatazz

📋 copy color: '#F9115F'

red 249 ◦ green 17 ◦ blue 95

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

Shades of Razzmatazz #F9115F

Tints of Razzmatazz #F9115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.71%

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

R = 68.98%
G = 4.71%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9115F (or 0xF9115F) is known color: Razzmatazz. HEX triplet: F9, 11 and 5F. RGB value is (249,17,95). Sum of RGB (Red+Green+Blue) = 249+17+95=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9115F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9115F is #06EEA0. Grayscale: #5F5F5F. Windows color (decimal): -454305 or 6230521. OLE color: 6230521.

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

Color convert

RGB 249 17 95 -
CMYK 0 0.93 0.62 0.02
HSL 339.83º 0.95% 0.52% -
HSV(B) 339.83º 0.93% 0.98% -
XYZ 41.33 21.37 12.77 -
YUV 95.26 127.86 237.66 -
System Red Green Blue C M Y K H S L
Decimal 249 17 95 0 0.93 0.62 0.02 339.83 0.95 0.52
Hex F9 11 5F 0 5D 3E 2 154 5F 34
Octal 371 21 137 0 135 76 2 524 137 64
Binary 11111001 10001 1011111 0 1011101 111110 10 101010100 1011111 110100

Color Harmonies of #F9115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9115F

Black with #F9115F

Text Example


Text Example

White with #F9115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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