Html Css Color HEX #F7115F Razzmatazz

📋 copy color: '#F7115F'

red 247 ◦ green 17 ◦ blue 95

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

Shades of Razzmatazz #F7115F

Tints of Razzmatazz #F7115F

RGB

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

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

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

R = 68.8%
G = 4.74%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7115F (or 0xF7115F) is known color: Razzmatazz. HEX triplet: F7, 11 and 5F. RGB value is (247,17,95). Sum of RGB (Red+Green+Blue) = 247+17+95=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F7115F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7115F is #08EEA0. Grayscale: #5E5E5E. Windows color (decimal): -585377 or 6230519. OLE color: 6230519.

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

Color convert

RGB 247 17 95 -
CMYK 0 0.93 0.62 0.03
HSL 339.65º 0.93% 0.52% -
HSV(B) 339.65º 0.93% 0.97% -
XYZ 40.62 21 12.74 -
YUV 94.66 128.2 236.66 -
System Red Green Blue C M Y K H S L
Decimal 247 17 95 0 0.93 0.62 0.03 339.65 0.93 0.52
Hex F7 11 5F 0 5D 3E 3 154 5D 34
Octal 367 21 137 0 135 76 3 524 135 64
Binary 11110111 10001 1011111 0 1011101 111110 11 101010100 1011101 110100

Color Harmonies of #F7115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7115F

Black with #F7115F

Text Example


Text Example

White with #F7115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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