Html Css Color HEX #FF065B Razzmatazz

📋 copy color: '#FF065B'

red 255 ◦ green 6 ◦ blue 91

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

Shades of Razzmatazz #FF065B

Tints of Razzmatazz #FF065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 72.44%
G = 1.7%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF065B (or 0xFF065B) is known color: Razzmatazz. HEX triplet: FF, 06 and 5B. RGB value is (255,6,91). Sum of RGB (Red+Green+Blue) = 255+6+91=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF065B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF065B is #00F9A4. Grayscale: #5A5A5A. Windows color (decimal): -63909 or 5965567. OLE color: 5965567.

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

Color convert

RGB 255 6 91 -
CMYK 0 0.98 0.64 0
HSL 339.52º 1% 0.51% -
HSV(B) 339.52º 0.98% 1% -
XYZ 43.19 22.15 11.9 -
YUV 90.14 128.49 245.59 -
System Red Green Blue C M Y K H S L
Decimal 255 6 91 0 0.98 0.64 0 339.52 1 0.51
Hex FF 6 5B 0 62 40 0 154 64 33
Octal 377 6 133 0 142 100 0 524 144 63
Binary 11111111 110 1011011 0 1100010 1000000 0 101010100 1100100 110011

Color Harmonies of #FF065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF065B

Black with #FF065B

Text Example


Text Example

White with #FF065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF065B; }

 p { color: rgb(255,6,91); }

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

background-color css

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

 a { background-color: rgb(255,6,91); }

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

border-color css

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

 span { border-color: rgb(255,6,91); }

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