Html Css Color HEX #F00150 Razzmatazz

📋 copy color: '#F00150'

red 240 ◦ green 1 ◦ blue 80

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

Shades of Razzmatazz #F00150

Tints of Razzmatazz #F00150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 74.77%
G = 0.31%
B = 24.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F00150 (or 0xF00150) is known color: Razzmatazz. HEX triplet: F0, 01 and 50. RGB value is (240,1,80). Sum of RGB (Red+Green+Blue) = 240+1+80=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F00150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00150 is #0FFEAF. Grayscale: #515151. Windows color (decimal): -1048240 or 5243376. OLE color: 5243376.

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

Color convert

RGB 240 1 80 -
CMYK 0 1.00 0.67 0.06
HSL 340.17º 0.99% 0.47% -
HSV(B) 340.17º 1% 0.94% -
XYZ 37.39 19.13 9.31 -
YUV 81.47 127.18 241.08 -
System Red Green Blue C M Y K H S L
Decimal 240 1 80 0 1.00 0.67 0.06 340.17 0.99 0.47
Hex F0 1 50 0 64 43 6 154 63 2F
Octal 360 1 120 0 144 103 6 524 143 57
Binary 11110000 1 1010000 0 1100100 1000011 110 101010100 1100011 101111

Color Harmonies of #F00150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00150

Black with #F00150

Text Example


Text Example

White with #F00150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00150; }

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

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

background-color css

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

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

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

border-color css

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

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

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