Html Css Color HEX #F00152 Razzmatazz

📋 copy color: '#F00152'

red 240 ◦ green 1 ◦ blue 82

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

Shades of Razzmatazz #F00152

Tints of Razzmatazz #F00152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 74.3%
G = 0.31%
B = 25.39%

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

#F00152 (or 0xF00152) is known color: Razzmatazz. HEX triplet: F0, 01 and 52. RGB value is (240,1,82). Sum of RGB (Red+Green+Blue) = 240+1+82=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F00152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00152 is #0FFEAD. Grayscale: #515151. Windows color (decimal): -1048238 or 5374448. OLE color: 5374448.

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

Color convert

RGB 240 1 82 -
CMYK 0 1.00 0.66 0.06
HSL 339.67º 0.99% 0.47% -
HSV(B) 339.67º 1% 0.94% -
XYZ 37.47 19.16 9.71 -
YUV 81.7 128.18 240.91 -
System Red Green Blue C M Y K H S L
Decimal 240 1 82 0 1.00 0.66 0.06 339.67 0.99 0.47
Hex F0 1 52 0 64 42 6 154 63 2F
Octal 360 1 122 0 144 102 6 524 143 57
Binary 11110000 1 1010010 0 1100100 1000010 110 101010100 1100011 101111

Color Harmonies of #F00152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00152

Black with #F00152

Text Example


Text Example

White with #F00152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00152; }

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

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

background-color css

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

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

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

border-color css

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

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

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