Html Css Color HEX #F70055 Razzmatazz

📋 copy color: '#F70055'

red 247 ◦ green 0 ◦ blue 85

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

Shades of Razzmatazz #F70055

Tints of Razzmatazz #F70055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 74.4%
G = 0%
B = 25.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F70055 (or 0xF70055) is known color: Razzmatazz. HEX triplet: F7, 00 and 55. RGB value is (247,0,85). Sum of RGB (Red+Green+Blue) = 247+0+85=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F70055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70055 is #08FFAA. Grayscale: #535353. Windows color (decimal): -589739 or 5570807. OLE color: 5570807.

HSL color Cylindrical-coordinate representation of color #F70055: hue angle of 339.35º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70055 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 85 -
CMYK 0 1 0.66 0.03
HSL 339.35º 1% 0.48% -
HSV(B) 339.35º 1% 0.97% -
XYZ 40 20.43 10.43 -
YUV 83.54 128.83 244.59 -
System Red Green Blue C M Y K H S L
Decimal 247 0 85 0 1 0.66 0.03 339.35 1 0.48
Hex F7 0 55 0 64 42 3 153 64 30
Octal 367 0 125 0 144 102 3 523 144 60
Binary 11110111 0 1010101 0 1100100 1000010 11 101010011 1100100 110000

Color Harmonies of #F70055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70055

Black with #F70055

Text Example


Text Example

White with #F70055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70055; }

 p { color: rgb(247,0,85); }

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

background-color css

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

 a { background-color: rgb(247,0,85); }

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

border-color css

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

 span { border-color: rgb(247,0,85); }

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