Html Css Color HEX #F7074E Razzmatazz

📋 copy color: '#F7074E'

red 247 ◦ green 7 ◦ blue 78

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

Shades of Razzmatazz #F7074E

Tints of Razzmatazz #F7074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 74.4%
G = 2.11%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7074E (or 0xF7074E) is known color: Razzmatazz. HEX triplet: F7, 07 and 4E. RGB value is (247,7,78). Sum of RGB (Red+Green+Blue) = 247+7+78=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F7074E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7074E is #08F8B1. Grayscale: #565656. Windows color (decimal): -587954 or 5113847. OLE color: 5113847.

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

Color convert

RGB 247 7 78 -
CMYK 0 0.97 0.68 0.03
HSL 342.25º 0.94% 0.5% -
HSV(B) 342.25º 0.97% 0.97% -
XYZ 39.81 20.48 9.06 -
YUV 86.85 123.01 242.23 -
System Red Green Blue C M Y K H S L
Decimal 247 7 78 0 0.97 0.68 0.03 342.25 0.94 0.5
Hex F7 7 4E 0 61 44 3 156 5E 32
Octal 367 7 116 0 141 104 3 526 136 62
Binary 11110111 111 1001110 0 1100001 1000100 11 101010110 1011110 110010

Color Harmonies of #F7074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7074E

Black with #F7074E

Text Example


Text Example

White with #F7074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7074E; }

 p { color: rgb(247,7,78); }

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

background-color css

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

 a { background-color: rgb(247,7,78); }

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

border-color css

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

 span { border-color: rgb(247,7,78); }

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