Html Css Color HEX #F70D6C Razzmatazz

📋 copy color: '#F70D6C'

red 247 ◦ green 13 ◦ blue 108

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

Shades of Razzmatazz #F70D6C

Tints of Razzmatazz #F70D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 67.12%
G = 3.53%
B = 29.35%

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

#F70D6C (or 0xF70D6C) is known color: Razzmatazz. HEX triplet: F7, 0D and 6C. RGB value is (247,13,108). Sum of RGB (Red+Green+Blue) = 247+13+108=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70D6C is #08F293. Grayscale: #5D5D5D. Windows color (decimal): -586388 or 7081463. OLE color: 7081463.

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

Color convert

RGB 247 13 108 -
CMYK 0 0.95 0.56 0.03
HSL 335.64º 0.94% 0.51% -
HSV(B) 335.64º 0.95% 0.97% -
XYZ 41.21 21.14 16.1 -
YUV 93.8 136.02 237.28 -
System Red Green Blue C M Y K H S L
Decimal 247 13 108 0 0.95 0.56 0.03 335.64 0.94 0.51
Hex F7 D 6C 0 5F 38 3 150 5E 33
Octal 367 15 154 0 137 70 3 520 136 63
Binary 11110111 1101 1101100 0 1011111 111000 11 101010000 1011110 110011

Color Harmonies of #F70D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D6C

Black with #F70D6C

Text Example


Text Example

White with #F70D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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