Html Css Color HEX #F7014C Razzmatazz

📋 copy color: '#F7014C'

red 247 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #F7014C

Tints of Razzmatazz #F7014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 76.23%
G = 0.31%
B = 23.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7014C (or 0xF7014C) is known color: Razzmatazz. HEX triplet: F7, 01 and 4C. RGB value is (247,1,76). Sum of RGB (Red+Green+Blue) = 247+1+76=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F7014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7014C is #08FEB3. Grayscale: #535353. Windows color (decimal): -589492 or 4981239. OLE color: 4981239.

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

Color convert

RGB 247 1 76 -
CMYK 0 1.00 0.69 0.03
HSL 341.71º 0.99% 0.49% -
HSV(B) 341.71º 1% 0.97% -
XYZ 39.67 20.32 8.67 -
YUV 83.1 124 244.9 -
System Red Green Blue C M Y K H S L
Decimal 247 1 76 0 1.00 0.69 0.03 341.71 0.99 0.49
Hex F7 1 4C 0 64 45 3 156 63 31
Octal 367 1 114 0 144 105 3 526 143 61
Binary 11110111 1 1001100 0 1100100 1000101 11 101010110 1100011 110001

Color Harmonies of #F7014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7014C

Black with #F7014C

Text Example


Text Example

White with #F7014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7014C; }

 p { color: rgb(247,1,76); }

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

background-color css

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

 a { background-color: rgb(247,1,76); }

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

border-color css

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

 span { border-color: rgb(247,1,76); }

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