Html Css Color HEX #F70D6D Razzmatazz

📋 copy color: '#F70D6D'

red 247 ◦ green 13 ◦ blue 109

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

Shades of Razzmatazz #F70D6D

Tints of Razzmatazz #F70D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 66.94%
G = 3.52%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F70D6D (or 0xF70D6D) is known color: Razzmatazz. HEX triplet: F7, 0D and 6D. RGB value is (247,13,109). Sum of RGB (Red+Green+Blue) = 247+13+109=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70D6D is #08F292. Grayscale: #5D5D5D. Windows color (decimal): -586387 or 7146999. OLE color: 7146999.

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

Color convert

RGB 247 13 109 -
CMYK 0 0.95 0.56 0.03
HSL 335.38º 0.94% 0.51% -
HSV(B) 335.38º 0.95% 0.97% -
XYZ 41.26 21.17 16.38 -
YUV 93.91 136.52 237.19 -
System Red Green Blue C M Y K H S L
Decimal 247 13 109 0 0.95 0.56 0.03 335.38 0.94 0.51
Hex F7 D 6D 0 5F 38 3 14F 5E 33
Octal 367 15 155 0 137 70 3 517 136 63
Binary 11110111 1101 1101101 0 1011111 111000 11 101001111 1011110 110011

Color Harmonies of #F70D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D6D

Black with #F70D6D

Text Example


Text Example

White with #F70D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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