Html Css Color HEX #F00050 Razzmatazz

📋 copy color: '#F00050'

red 240 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #F00050

Tints of Razzmatazz #F00050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F00050 (or 0xF00050) is known color: Razzmatazz. HEX triplet: F0, 00 and 50. RGB value is (240,0,80). Sum of RGB (Red+Green+Blue) = 240+0+80=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F00050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00050 is #0FFFAF. Grayscale: #505050. Windows color (decimal): -1048496 or 5243120. OLE color: 5243120.

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

Color convert

RGB 240 0 80 -
CMYK 0 1 0.67 0.06
HSL 340º 1% 0.47% -
HSV(B) 340º 1% 0.94% -
XYZ 37.38 19.1 9.31 -
YUV 80.88 127.51 241.5 -
System Red Green Blue C M Y K H S L
Decimal 240 0 80 0 1 0.67 0.06 340 1 0.47
Hex F0 0 50 0 64 43 6 154 64 2F
Octal 360 0 120 0 144 103 6 524 144 57
Binary 11110000 0 1010000 0 1100100 1000011 110 101010100 1100100 101111

Color Harmonies of #F00050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00050

Black with #F00050

Text Example


Text Example

White with #F00050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00050; }

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

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

background-color css

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

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

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

border-color css

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

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

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