Html Css Color HEX #FF006B Razzmatazz

📋 copy color: '#FF006B'

red 255 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #FF006B

Tints of Razzmatazz #FF006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.56%

R = 70.44%
G = 0%
B = 29.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF006B (or 0xFF006B) is known color: Razzmatazz. HEX triplet: FF, 00 and 6B. RGB value is (255,0,107). Sum of RGB (Red+Green+Blue) = 255+0+107=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF006B is #00FF94. Grayscale: #585858. Windows color (decimal): -65429 or 7012607. OLE color: 7012607.

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

Color convert

RGB 255 0 107 -
CMYK 0 1 0.58 0
HSL 334.82º 1% 0.5% -
HSV(B) 334.82º 1% 1% -
XYZ 43.89 22.32 15.9 -
YUV 88.44 138.48 246.8 -
System Red Green Blue C M Y K H S L
Decimal 255 0 107 0 1 0.58 0 334.82 1 0.5
Hex FF 0 6B 0 64 3A 0 14F 64 32
Octal 377 0 153 0 144 72 0 517 144 62
Binary 11111111 0 1101011 0 1100100 111010 0 101001111 1100100 110010

Color Harmonies of #FF006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF006B

Black with #FF006B

Text Example


Text Example

White with #FF006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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