Html Css Color HEX #F70B74 Razzmatazz

📋 copy color: '#F70B74'

red 247 ◦ green 11 ◦ blue 116

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

Shades of Razzmatazz #F70B74

Tints of Razzmatazz #F70B74

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.94%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 66.04%
G = 2.94%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F70B74 (or 0xF70B74) is known color: Razzmatazz. HEX triplet: F7, 0B and 74. RGB value is (247,11,116). Sum of RGB (Red+Green+Blue) = 247+11+116=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70B74 is #08F48B. Grayscale: #5D5D5D. Windows color (decimal): -586892 or 7605239. OLE color: 7605239.

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

Color convert

RGB 247 11 116 -
CMYK 0 0.96 0.53 0.03
HSL 333.31º 0.94% 0.51% -
HSV(B) 333.31º 0.96% 0.97% -
XYZ 41.63 21.27 18.44 -
YUV 93.53 140.69 237.46 -
System Red Green Blue C M Y K H S L
Decimal 247 11 116 0 0.96 0.53 0.03 333.31 0.94 0.51
Hex F7 B 74 0 60 35 3 14D 5E 33
Octal 367 13 164 0 140 65 3 515 136 63
Binary 11110111 1011 1110100 0 1100000 110101 11 101001101 1011110 110011

Color Harmonies of #F70B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70B74

Black with #F70B74

Text Example


Text Example

White with #F70B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70B74; }

 p { color: rgb(247,11,116); }

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

background-color css

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

 a { background-color: rgb(247,11,116); }

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

border-color css

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

 span { border-color: rgb(247,11,116); }

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