Html Css Color HEX #FF0065 Razzmatazz

📋 copy color: '#FF0065'

red 255 ◦ green 0 ◦ blue 101

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

Shades of Razzmatazz #FF0065

Tints of Razzmatazz #FF0065

RGB

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

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

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

R = 71.63%
G = 0%
B = 28.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF0065 (or 0xFF0065) is known color: Razzmatazz. HEX triplet: FF, 00 and 65. RGB value is (255,0,101). Sum of RGB (Red+Green+Blue) = 255+0+101=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0065 is #00FF9A. Grayscale: #575757. Windows color (decimal): -65435 or 6619391. OLE color: 6619391.

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

Color convert

RGB 255 0 101 -
CMYK 0 1 0.60 0
HSL 336.24º 1% 0.5% -
HSV(B) 336.24º 1% 1% -
XYZ 43.59 22.2 14.3 -
YUV 87.76 135.48 247.29 -
System Red Green Blue C M Y K H S L
Decimal 255 0 101 0 1 0.60 0 336.24 1 0.5
Hex FF 0 65 0 64 3C 0 150 64 32
Octal 377 0 145 0 144 74 0 520 144 62
Binary 11111111 0 1100101 0 1100100 111100 0 101010000 1100100 110010

Color Harmonies of #FF0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0065

Black with #FF0065

Text Example


Text Example

White with #FF0065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0065; }

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

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

background-color css

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

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

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

border-color css

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

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

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