Html Css Color HEX #FF006D Razzmatazz

📋 copy color: '#FF006D'

red 255 ◦ green 0 ◦ blue 109

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

Shades of Razzmatazz #FF006D

Tints of Razzmatazz #FF006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 70.05%
G = 0%
B = 29.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF006D (or 0xFF006D) is known color: Razzmatazz. HEX triplet: FF, 00 and 6D. RGB value is (255,0,109). Sum of RGB (Red+Green+Blue) = 255+0+109=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF006D is #00FF92. Grayscale: #585858. Windows color (decimal): -65427 or 7143679. OLE color: 7143679.

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

Color convert

RGB 255 0 109 -
CMYK 0 1 0.57 0
HSL 334.35º 1% 0.5% -
HSV(B) 334.35º 1% 1% -
XYZ 44 22.36 16.47 -
YUV 88.67 139.48 246.64 -
System Red Green Blue C M Y K H S L
Decimal 255 0 109 0 1 0.57 0 334.35 1 0.5
Hex FF 0 6D 0 64 39 0 14E 64 32
Octal 377 0 155 0 144 71 0 516 144 62
Binary 11111111 0 1101101 0 1100100 111001 0 101001110 1100100 110010

Color Harmonies of #FF006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF006D

Black with #FF006D

Text Example


Text Example

White with #FF006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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