Html Css Color HEX #F70375 Razzmatazz

📋 copy color: '#F70375'

red 247 ◦ green 3 ◦ blue 117

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

Shades of Razzmatazz #F70375

Tints of Razzmatazz #F70375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 67.3%
G = 0.82%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F70375 (or 0xF70375) is known color: Razzmatazz. HEX triplet: F7, 03 and 75. RGB value is (247,3,117). Sum of RGB (Red+Green+Blue) = 247+3+117=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F70375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70375 is #08FC8A. Grayscale: #585858. Windows color (decimal): -588939 or 7668727. OLE color: 7668727.

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

Color convert

RGB 247 3 117 -
CMYK 0 0.99 0.53 0.03
HSL 331.97º 0.98% 0.49% -
HSV(B) 331.97º 0.99% 0.97% -
XYZ 41.6 21.12 18.71 -
YUV 88.95 143.84 240.73 -
System Red Green Blue C M Y K H S L
Decimal 247 3 117 0 0.99 0.53 0.03 331.97 0.98 0.49
Hex F7 3 75 0 63 35 3 14C 62 31
Octal 367 3 165 0 143 65 3 514 142 61
Binary 11110111 11 1110101 0 1100011 110101 11 101001100 1100010 110001

Color Harmonies of #F70375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70375

Black with #F70375

Text Example


Text Example

White with #F70375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70375; }

 p { color: rgb(247,3,117); }

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

background-color css

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

 a { background-color: rgb(247,3,117); }

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

border-color css

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

 span { border-color: rgb(247,3,117); }

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