Html Css Color HEX #F00656 Razzmatazz

📋 copy color: '#F00656'

red 240 ◦ green 6 ◦ blue 86

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

Shades of Razzmatazz #F00656

Tints of Razzmatazz #F00656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 72.29%
G = 1.81%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00656 (or 0xF00656) is known color: Razzmatazz. HEX triplet: F0, 06 and 56. RGB value is (240,6,86). Sum of RGB (Red+Green+Blue) = 240+6+86=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F00656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00656 is #0FF9A9. Grayscale: #555555. Windows color (decimal): -1046954 or 5637872. OLE color: 5637872.

HSL color Cylindrical-coordinate representation of color #F00656: hue angle of 339.49º 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 #F00656 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 86 -
CMYK 0 0.98 0.64 0.06
HSL 339.49º 0.95% 0.48% -
HSV(B) 339.49º 0.98% 0.94% -
XYZ 37.68 19.33 10.55 -
YUV 85.09 128.52 238.5 -
System Red Green Blue C M Y K H S L
Decimal 240 6 86 0 0.98 0.64 0.06 339.49 0.95 0.48
Hex F0 6 56 0 62 40 6 153 5F 30
Octal 360 6 126 0 142 100 6 523 137 60
Binary 11110000 110 1010110 0 1100010 1000000 110 101010011 1011111 110000

Color Harmonies of #F00656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00656

Black with #F00656

Text Example


Text Example

White with #F00656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00656; }

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

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

background-color css

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

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

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

border-color css

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

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

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