Html Css Color HEX #F00156 Razzmatazz

📋 copy color: '#F00156'

red 240 ◦ green 1 ◦ blue 86

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

Shades of Razzmatazz #F00156

Tints of Razzmatazz #F00156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 73.39%
G = 0.31%
B = 26.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00156 (or 0xF00156) is known color: Razzmatazz. HEX triplet: F0, 01 and 56. RGB value is (240,1,86). Sum of RGB (Red+Green+Blue) = 240+1+86=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F00156 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00156 is #0FFEA9. Grayscale: #525252. Windows color (decimal): -1048234 or 5636592. OLE color: 5636592.

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

Color convert

RGB 240 1 86 -
CMYK 0 1.00 0.64 0.06
HSL 338.66º 0.99% 0.47% -
HSV(B) 338.66º 1% 0.94% -
XYZ 37.63 19.22 10.53 -
YUV 82.15 130.18 240.59 -
System Red Green Blue C M Y K H S L
Decimal 240 1 86 0 1.00 0.64 0.06 338.66 0.99 0.47
Hex F0 1 56 0 64 40 6 153 63 2F
Octal 360 1 126 0 144 100 6 523 143 57
Binary 11110000 1 1010110 0 1100100 1000000 110 101010011 1100011 101111

Color Harmonies of #F00156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00156

Black with #F00156

Text Example


Text Example

White with #F00156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00156; }

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

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

background-color css

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

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

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

border-color css

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

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

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