Html Css Color HEX #F7014E Razzmatazz

📋 copy color: '#F7014E'

red 247 ◦ green 1 ◦ blue 78

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

Shades of Razzmatazz #F7014E

Tints of Razzmatazz #F7014E

RGB

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

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

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

R = 75.77%
G = 0.31%
B = 23.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7014E (or 0xF7014E) is known color: Razzmatazz. HEX triplet: F7, 01 and 4E. RGB value is (247,1,78). Sum of RGB (Red+Green+Blue) = 247+1+78=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F7014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7014E is #08FEB1. Grayscale: #535353. Windows color (decimal): -589490 or 5112311. OLE color: 5112311.

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

Color convert

RGB 247 1 78 -
CMYK 0 1.00 0.68 0.03
HSL 341.22º 0.99% 0.49% -
HSV(B) 341.22º 1% 0.97% -
XYZ 39.74 20.35 9.04 -
YUV 83.33 125 244.74 -
System Red Green Blue C M Y K H S L
Decimal 247 1 78 0 1.00 0.68 0.03 341.22 0.99 0.49
Hex F7 1 4E 0 64 44 3 155 63 31
Octal 367 1 116 0 144 104 3 525 143 61
Binary 11110111 1 1001110 0 1100100 1000100 11 101010101 1100011 110001

Color Harmonies of #F7014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7014E

Black with #F7014E

Text Example


Text Example

White with #F7014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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