Html Css Color HEX #FF075A Razzmatazz

📋 copy color: '#FF075A'

red 255 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #FF075A

Tints of Razzmatazz #FF075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 72.44%
G = 1.99%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF075A (or 0xFF075A) is known color: Razzmatazz. HEX triplet: FF, 07 and 5A. RGB value is (255,7,90). Sum of RGB (Red+Green+Blue) = 255+7+90=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF075A is #00F8A5. Grayscale: #5A5A5A. Windows color (decimal): -63654 or 5900287. OLE color: 5900287.

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

Color convert

RGB 255 7 90 -
CMYK 0 0.97 0.65 0
HSL 339.92º 1% 0.51% -
HSV(B) 339.92º 0.97% 1% -
XYZ 43.16 22.15 11.67 -
YUV 90.61 127.66 245.25 -
System Red Green Blue C M Y K H S L
Decimal 255 7 90 0 0.97 0.65 0 339.92 1 0.51
Hex FF 7 5A 0 61 41 0 154 64 33
Octal 377 7 132 0 141 101 0 524 144 63
Binary 11111111 111 1011010 0 1100001 1000001 0 101010100 1100100 110011

Color Harmonies of #FF075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF075A

Black with #FF075A

Text Example


Text Example

White with #FF075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF075A; }

 p { color: rgb(255,7,90); }

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

background-color css

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

 a { background-color: rgb(255,7,90); }

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

border-color css

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

 span { border-color: rgb(255,7,90); }

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