Html Css Color HEX #F70376 Razzmatazz

📋 copy color: '#F70376'

red 247 ◦ green 3 ◦ blue 118

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

Shades of Razzmatazz #F70376

Tints of Razzmatazz #F70376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 67.12%
G = 0.82%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F70376 (or 0xF70376) is known color: Razzmatazz. HEX triplet: F7, 03 and 76. RGB value is (247,3,118). Sum of RGB (Red+Green+Blue) = 247+3+118=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F70376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70376 is #08FC89. Grayscale: #585858. Windows color (decimal): -588938 or 7734263. OLE color: 7734263.

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

Color convert

RGB 247 3 118 -
CMYK 0 0.99 0.52 0.03
HSL 331.72º 0.98% 0.49% -
HSV(B) 331.72º 0.99% 0.97% -
XYZ 41.66 21.15 19.03 -
YUV 89.07 144.34 240.65 -
System Red Green Blue C M Y K H S L
Decimal 247 3 118 0 0.99 0.52 0.03 331.72 0.98 0.49
Hex F7 3 76 0 63 34 3 14C 62 31
Octal 367 3 166 0 143 64 3 514 142 61
Binary 11110111 11 1110110 0 1100011 110100 11 101001100 1100010 110001

Color Harmonies of #F70376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70376

Black with #F70376

Text Example


Text Example

White with #F70376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70376; }

 p { color: rgb(247,3,118); }

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

background-color css

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

 a { background-color: rgb(247,3,118); }

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

border-color css

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

 span { border-color: rgb(247,3,118); }

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