Html Css Color HEX #F70068 Razzmatazz

📋 copy color: '#F70068'

red 247 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #F70068

Tints of Razzmatazz #F70068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 70.37%
G = 0%
B = 29.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F70068 (or 0xF70068) is known color: Razzmatazz. HEX triplet: F7, 00 and 68. RGB value is (247,0,104). Sum of RGB (Red+Green+Blue) = 247+0+104=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F70068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70068 is #08FF97. Grayscale: #555555. Windows color (decimal): -589720 or 6815991. OLE color: 6815991.

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

Color convert

RGB 247 0 104 -
CMYK 0 1 0.58 0.03
HSL 334.74º 1% 0.48% -
HSV(B) 334.74º 1% 0.97% -
XYZ 40.86 20.77 14.95 -
YUV 85.71 138.33 243.04 -
System Red Green Blue C M Y K H S L
Decimal 247 0 104 0 1 0.58 0.03 334.74 1 0.48
Hex F7 0 68 0 64 3A 3 14F 64 30
Octal 367 0 150 0 144 72 3 517 144 60
Binary 11110111 0 1101000 0 1100100 111010 11 101001111 1100100 110000

Color Harmonies of #F70068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70068

Black with #F70068

Text Example


Text Example

White with #F70068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70068; }

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

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

background-color css

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

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

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

border-color css

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

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

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