Html Css Color HEX #F70065 Razzmatazz

📋 copy color: '#F70065'

red 247 ◦ green 0 ◦ blue 101

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

Shades of Razzmatazz #F70065

Tints of Razzmatazz #F70065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 70.98%
G = 0%
B = 29.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F70065 (or 0xF70065) is known color: Razzmatazz. HEX triplet: F7, 00 and 65. RGB value is (247,0,101). Sum of RGB (Red+Green+Blue) = 247+0+101=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F70065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70065 is #08FF9A. Grayscale: #555555. Windows color (decimal): -589723 or 6619383. OLE color: 6619383.

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

Color convert

RGB 247 0 101 -
CMYK 0 1 0.59 0.03
HSL 335.47º 1% 0.48% -
HSV(B) 335.47º 1% 0.97% -
XYZ 40.71 20.71 14.16 -
YUV 85.37 136.83 243.29 -
System Red Green Blue C M Y K H S L
Decimal 247 0 101 0 1 0.59 0.03 335.47 1 0.48
Hex F7 0 65 0 64 3B 3 14F 64 30
Octal 367 0 145 0 144 73 3 517 144 60
Binary 11110111 0 1100101 0 1100100 111011 11 101001111 1100100 110000

Color Harmonies of #F70065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70065

Black with #F70065

Text Example


Text Example

White with #F70065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70065; }

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

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

background-color css

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

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

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

border-color css

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

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

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