Html Css Color HEX #F00673 Razzmatazz

📋 copy color: '#F00673'

red 240 ◦ green 6 ◦ blue 115

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

Shades of Razzmatazz #F00673

Tints of Razzmatazz #F00673

RGB

 RED value IS 240 (94.14% from 255) = 66.48%

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

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 66.48%
G = 1.66%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F00673 (or 0xF00673) is known color: Razzmatazz. HEX triplet: F0, 06 and 73. RGB value is (240,6,115). Sum of RGB (Red+Green+Blue) = 240+6+115=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F00673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00673 is #0FF98C. Grayscale: #585858. Windows color (decimal): -1046925 or 7538416. OLE color: 7538416.

HSL color Cylindrical-coordinate representation of color #F00673: hue angle of 332.05º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00673 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 115 -
CMYK 0 0.98 0.52 0.06
HSL 332.05º 0.95% 0.48% -
HSV(B) 332.05º 0.98% 0.94% -
XYZ 39.09 19.89 18 -
YUV 88.39 143.02 236.14 -
System Red Green Blue C M Y K H S L
Decimal 240 6 115 0 0.98 0.52 0.06 332.05 0.95 0.48
Hex F0 6 73 0 62 34 6 14C 5F 30
Octal 360 6 163 0 142 64 6 514 137 60
Binary 11110000 110 1110011 0 1100010 110100 110 101001100 1011111 110000

Color Harmonies of #F00673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00673

Black with #F00673

Text Example


Text Example

White with #F00673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00673; }

 p { color: rgb(240,6,115); }

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

background-color css

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

 a { background-color: rgb(240,6,115); }

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

border-color css

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

 span { border-color: rgb(240,6,115); }

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