Html Css Color HEX #FF0068 Razzmatazz

📋 copy color: '#FF0068'

red 255 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #FF0068

Tints of Razzmatazz #FF0068

RGB

 RED value IS 255 (100% from 255) = 71.03%

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

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

R = 71.03%
G = 0%
B = 28.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FF0068 (or 0xFF0068) is known color: Razzmatazz. HEX triplet: FF, 00 and 68. RGB value is (255,0,104). Sum of RGB (Red+Green+Blue) = 255+0+104=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0068 is #00FF97. Grayscale: #575757. Windows color (decimal): -65432 or 6815999. OLE color: 6815999.

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

Color convert

RGB 255 0 104 -
CMYK 0 1 0.59 0
HSL 335.53º 1% 0.5% -
HSV(B) 335.53º 1% 1% -
XYZ 43.74 22.26 15.09 -
YUV 88.1 136.98 247.04 -
System Red Green Blue C M Y K H S L
Decimal 255 0 104 0 1 0.59 0 335.53 1 0.5
Hex FF 0 68 0 64 3B 0 150 64 32
Octal 377 0 150 0 144 73 0 520 144 62
Binary 11111111 0 1101000 0 1100100 111011 0 101010000 1100100 110010

Color Harmonies of #FF0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0068

Black with #FF0068

Text Example


Text Example

White with #FF0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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