Html Css Color HEX #F70067 Razzmatazz

📋 copy color: '#F70067'

red 247 ◦ green 0 ◦ blue 103

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

Shades of Razzmatazz #F70067

Tints of Razzmatazz #F70067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 70.57%
G = 0%
B = 29.43%

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

#F70067 (or 0xF70067) is known color: Razzmatazz. HEX triplet: F7, 00 and 67. RGB value is (247,0,103). Sum of RGB (Red+Green+Blue) = 247+0+103=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F70067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70067 is #08FF98. Grayscale: #555555. Windows color (decimal): -589721 or 6750455. OLE color: 6750455.

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

Color convert

RGB 247 0 103 -
CMYK 0 1 0.58 0.03
HSL 334.98º 1% 0.48% -
HSV(B) 334.98º 1% 0.97% -
XYZ 40.81 20.75 14.69 -
YUV 85.6 137.83 243.12 -
System Red Green Blue C M Y K H S L
Decimal 247 0 103 0 1 0.58 0.03 334.98 1 0.48
Hex F7 0 67 0 64 3A 3 14F 64 30
Octal 367 0 147 0 144 72 3 517 144 60
Binary 11110111 0 1100111 0 1100100 111010 11 101001111 1100100 110000

Color Harmonies of #F70067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70067

Black with #F70067

Text Example


Text Example

White with #F70067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70067; }

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

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

background-color css

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

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

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

border-color css

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

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

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