Html Css Color HEX #F70D5D Razzmatazz

📋 copy color: '#F70D5D'

red 247 ◦ green 13 ◦ blue 93

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

Shades of Razzmatazz #F70D5D

Tints of Razzmatazz #F70D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.68%

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 69.97%
G = 3.68%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F70D5D (or 0xF70D5D) is known color: Razzmatazz. HEX triplet: F7, 0D and 5D. RGB value is (247,13,93). Sum of RGB (Red+Green+Blue) = 247+13+93=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70D5D is #08F2A2. Grayscale: #5C5C5C. Windows color (decimal): -586403 or 6098423. OLE color: 6098423.

HSL color Cylindrical-coordinate representation of color #F70D5D: hue angle of 339.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70D5D is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 13 93 -
CMYK 0 0.95 0.62 0.03
HSL 339.49º 0.94% 0.51% -
HSV(B) 339.49º 0.95% 0.97% -
XYZ 40.48 20.85 12.25 -
YUV 92.09 128.52 238.5 -
System Red Green Blue C M Y K H S L
Decimal 247 13 93 0 0.95 0.62 0.03 339.49 0.94 0.51
Hex F7 D 5D 0 5F 3E 3 153 5E 33
Octal 367 15 135 0 137 76 3 523 136 63
Binary 11110111 1101 1011101 0 1011111 111110 11 101010011 1011110 110011

Color Harmonies of #F70D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D5D

Black with #F70D5D

Text Example


Text Example

White with #F70D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D5D; }

 p { color: rgb(247,13,93); }

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

background-color css

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

 a { background-color: rgb(247,13,93); }

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

border-color css

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

 span { border-color: rgb(247,13,93); }

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