Html Css Color HEX #F7004E Razzmatazz

📋 copy color: '#F7004E'

red 247 ◦ green 0 ◦ blue 78

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

Shades of Razzmatazz #F7004E

Tints of Razzmatazz #F7004E

RGB

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

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

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

R = 76%
G = 0%
B = 24%

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

#F7004E (or 0xF7004E) is known color: Razzmatazz. HEX triplet: F7, 00 and 4E. RGB value is (247,0,78). Sum of RGB (Red+Green+Blue) = 247+0+78=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7004E is #08FFB1. Grayscale: #525252. Windows color (decimal): -589746 or 5112055. OLE color: 5112055.

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

Color convert

RGB 247 0 78 -
CMYK 0 1 0.68 0.03
HSL 341.05º 1% 0.48% -
HSV(B) 341.05º 1% 0.97% -
XYZ 39.73 20.32 9.04 -
YUV 82.75 125.33 245.16 -
System Red Green Blue C M Y K H S L
Decimal 247 0 78 0 1 0.68 0.03 341.05 1 0.48
Hex F7 0 4E 0 64 44 3 155 64 30
Octal 367 0 116 0 144 104 3 525 144 60
Binary 11110111 0 1001110 0 1100100 1000100 11 101010101 1100100 110000

Color Harmonies of #F7004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7004E

Black with #F7004E

Text Example


Text Example

White with #F7004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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