Html Css Color HEX #F00158 Razzmatazz

📋 copy color: '#F00158'

red 240 ◦ green 1 ◦ blue 88

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

Shades of Razzmatazz #F00158

Tints of Razzmatazz #F00158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 72.95%
G = 0.3%
B = 26.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F00158 (or 0xF00158) is known color: Razzmatazz. HEX triplet: F0, 01 and 58. RGB value is (240,1,88). Sum of RGB (Red+Green+Blue) = 240+1+88=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F00158 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00158 is #0FFEA7. Grayscale: #525252. Windows color (decimal): -1048232 or 5767664. OLE color: 5767664.

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

Color convert

RGB 240 1 88 -
CMYK 0 1.00 0.63 0.06
HSL 338.16º 0.99% 0.47% -
HSV(B) 338.16º 1% 0.94% -
XYZ 37.71 19.25 10.96 -
YUV 82.38 131.18 240.43 -
System Red Green Blue C M Y K H S L
Decimal 240 1 88 0 1.00 0.63 0.06 338.16 0.99 0.47
Hex F0 1 58 0 64 3F 6 152 63 2F
Octal 360 1 130 0 144 77 6 522 143 57
Binary 11110000 1 1011000 0 1100100 111111 110 101010010 1100011 101111

Color Harmonies of #F00158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00158

Black with #F00158

Text Example


Text Example

White with #F00158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00158; }

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

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

background-color css

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

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

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

border-color css

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

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

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