Html Css Color HEX #F7015F Razzmatazz

📋 copy color: '#F7015F'

red 247 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #F7015F

Tints of Razzmatazz #F7015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 72.01%
G = 0.29%
B = 27.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7015F (or 0xF7015F) is known color: Razzmatazz. HEX triplet: F7, 01 and 5F. RGB value is (247,1,95). Sum of RGB (Red+Green+Blue) = 247+1+95=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F7015F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7015F is #08FEA0. Grayscale: #555555. Windows color (decimal): -589473 or 6226423. OLE color: 6226423.

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

Color convert

RGB 247 1 95 -
CMYK 0 1.00 0.62 0.03
HSL 337.07º 0.99% 0.49% -
HSV(B) 337.07º 1% 0.97% -
XYZ 40.43 20.62 12.68 -
YUV 85.27 133.5 243.36 -
System Red Green Blue C M Y K H S L
Decimal 247 1 95 0 1.00 0.62 0.03 337.07 0.99 0.49
Hex F7 1 5F 0 64 3E 3 151 63 31
Octal 367 1 137 0 144 76 3 521 143 61
Binary 11110111 1 1011111 0 1100100 111110 11 101010001 1100011 110001

Color Harmonies of #F7015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7015F

Black with #F7015F

Text Example


Text Example

White with #F7015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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