Html Css Color HEX #F00F56 Razzmatazz

📋 copy color: '#F00F56'

red 240 ◦ green 15 ◦ blue 86

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

Shades of Razzmatazz #F00F56

Tints of Razzmatazz #F00F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.4%

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

R = 70.38%
G = 4.4%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00F56 (or 0xF00F56) is known color: Razzmatazz. HEX triplet: F0, 0F and 56. RGB value is (240,15,86). Sum of RGB (Red+Green+Blue) = 240+15+86=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F56 is #0FF0A9. Grayscale: #5A5A5A. Windows color (decimal): -1044650 or 5640176. OLE color: 5640176.

HSL color Cylindrical-coordinate representation of color #F00F56: hue angle of 341.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F56 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 15 86 -
CMYK 0 0.94 0.64 0.06
HSL 341.07º 0.88% 0.5% -
HSV(B) 341.07º 0.94% 0.94% -
XYZ 37.79 19.54 10.58 -
YUV 90.37 125.54 234.73 -
System Red Green Blue C M Y K H S L
Decimal 240 15 86 0 0.94 0.64 0.06 341.07 0.88 0.5
Hex F0 F 56 0 5E 40 6 155 58 32
Octal 360 17 126 0 136 100 6 525 130 62
Binary 11110000 1111 1010110 0 1011110 1000000 110 101010101 1011000 110010

Color Harmonies of #F00F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F56

Black with #F00F56

Text Example


Text Example

White with #F00F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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