Html Css Color HEX #F7115B Razzmatazz

📋 copy color: '#F7115B'

red 247 ◦ green 17 ◦ blue 91

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

Shades of Razzmatazz #F7115B

Tints of Razzmatazz #F7115B

RGB

 RED value IS 247 (96.88% from 255) = 69.58%

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 69.58%
G = 4.79%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7115B (or 0xF7115B) is known color: Razzmatazz. HEX triplet: F7, 11 and 5B. RGB value is (247,17,91). Sum of RGB (Red+Green+Blue) = 247+17+91=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F7115B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7115B is #08EEA4. Grayscale: #5E5E5E. Windows color (decimal): -585381 or 5968375. OLE color: 5968375.

HSL color Cylindrical-coordinate representation of color #F7115B: hue angle of 340.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7115B is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 17 91 -
CMYK 0 0.93 0.63 0.03
HSL 340.7º 0.93% 0.52% -
HSV(B) 340.7º 0.93% 0.97% -
XYZ 40.45 20.93 11.81 -
YUV 94.21 126.2 236.98 -
System Red Green Blue C M Y K H S L
Decimal 247 17 91 0 0.93 0.63 0.03 340.7 0.93 0.52
Hex F7 11 5B 0 5D 3F 3 155 5D 34
Octal 367 21 133 0 135 77 3 525 135 64
Binary 11110111 10001 1011011 0 1011101 111111 11 101010101 1011101 110100

Color Harmonies of #F7115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7115B

Black with #F7115B

Text Example


Text Example

White with #F7115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7115B; }

 p { color: rgb(247,17,91); }

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

background-color css

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

 a { background-color: rgb(247,17,91); }

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

border-color css

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

 span { border-color: rgb(247,17,91); }

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