Html Css Color HEX #F7004F Razzmatazz

📋 copy color: '#F7004F'

red 247 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #F7004F

Tints of Razzmatazz #F7004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 75.77%
G = 0%
B = 24.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7004F (or 0xF7004F) is known color: Razzmatazz. HEX triplet: F7, 00 and 4F. RGB value is (247,0,79). Sum of RGB (Red+Green+Blue) = 247+0+79=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F7004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7004F is #08FFB0. Grayscale: #525252. Windows color (decimal): -589745 or 5177591. OLE color: 5177591.

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

Color convert

RGB 247 0 79 -
CMYK 0 1 0.68 0.03
HSL 340.81º 1% 0.48% -
HSV(B) 340.81º 1% 0.97% -
XYZ 39.77 20.34 9.23 -
YUV 82.86 125.83 245.08 -
System Red Green Blue C M Y K H S L
Decimal 247 0 79 0 1 0.68 0.03 340.81 1 0.48
Hex F7 0 4F 0 64 44 3 155 64 30
Octal 367 0 117 0 144 104 3 525 144 60
Binary 11110111 0 1001111 0 1100100 1000100 11 101010101 1100100 110000

Color Harmonies of #F7004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7004F

Black with #F7004F

Text Example


Text Example

White with #F7004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7004F; }

 p { color: rgb(247,0,79); }

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

background-color css

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

 a { background-color: rgb(247,0,79); }

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

border-color css

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

 span { border-color: rgb(247,0,79); }

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