Html Css Color HEX #F00151 Razzmatazz

📋 copy color: '#F00151'

red 240 ◦ green 1 ◦ blue 81

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

Shades of Razzmatazz #F00151

Tints of Razzmatazz #F00151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 74.53%
G = 0.31%
B = 25.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F00151 (or 0xF00151) is known color: Razzmatazz. HEX triplet: F0, 01 and 51. RGB value is (240,1,81). Sum of RGB (Red+Green+Blue) = 240+1+81=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F00151 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00151 is #0FFEAE. Grayscale: #515151. Windows color (decimal): -1048239 or 5308912. OLE color: 5308912.

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

Color convert

RGB 240 1 81 -
CMYK 0 1.00 0.66 0.06
HSL 339.92º 0.99% 0.47% -
HSV(B) 339.92º 1% 0.94% -
XYZ 37.43 19.14 9.51 -
YUV 81.58 127.68 241 -
System Red Green Blue C M Y K H S L
Decimal 240 1 81 0 1.00 0.66 0.06 339.92 0.99 0.47
Hex F0 1 51 0 64 42 6 154 63 2F
Octal 360 1 121 0 144 102 6 524 143 57
Binary 11110000 1 1010001 0 1100100 1000010 110 101010100 1100011 101111

Color Harmonies of #F00151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00151

Black with #F00151

Text Example


Text Example

White with #F00151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00151; }

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

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

background-color css

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

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

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

border-color css

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

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

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