Html Css Color HEX #F70950 Razzmatazz

📋 copy color: '#F70950'

red 247 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #F70950

Tints of Razzmatazz #F70950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 73.51%
G = 2.68%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F70950 (or 0xF70950) is known color: Razzmatazz. HEX triplet: F7, 09 and 50. RGB value is (247,9,80). Sum of RGB (Red+Green+Blue) = 247+9+80=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F70950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70950 is #08F6AF. Grayscale: #585858. Windows color (decimal): -587440 or 5245431. OLE color: 5245431.

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

Color convert

RGB 247 9 80 -
CMYK 0 0.96 0.68 0.03
HSL 342.1º 0.94% 0.5% -
HSV(B) 342.1º 0.96% 0.97% -
XYZ 39.9 20.55 9.45 -
YUV 88.26 123.35 241.23 -
System Red Green Blue C M Y K H S L
Decimal 247 9 80 0 0.96 0.68 0.03 342.1 0.94 0.5
Hex F7 9 50 0 60 44 3 156 5E 32
Octal 367 11 120 0 140 104 3 526 136 62
Binary 11110111 1001 1010000 0 1100000 1000100 11 101010110 1011110 110010

Color Harmonies of #F70950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70950

Black with #F70950

Text Example


Text Example

White with #F70950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70950; }

 p { color: rgb(247,9,80); }

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

background-color css

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

 a { background-color: rgb(247,9,80); }

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

border-color css

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

 span { border-color: rgb(247,9,80); }

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