Html Css Color HEX #F00950 Razzmatazz

📋 copy color: '#F00950'

red 240 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #F00950

Tints of Razzmatazz #F00950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 72.95%
G = 2.74%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F00950 (or 0xF00950) is known color: Razzmatazz. HEX triplet: F0, 09 and 50. RGB value is (240,9,80). Sum of RGB (Red+Green+Blue) = 240+9+80=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F00950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00950 is #0FF6AF. Grayscale: #565656. Windows color (decimal): -1046192 or 5245424. OLE color: 5245424.

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

Color convert

RGB 240 9 80 -
CMYK 0 0.96 0.67 0.06
HSL 341.56º 0.93% 0.49% -
HSV(B) 341.56º 0.96% 0.94% -
XYZ 37.48 19.3 9.34 -
YUV 86.16 124.53 237.73 -
System Red Green Blue C M Y K H S L
Decimal 240 9 80 0 0.96 0.67 0.06 341.56 0.93 0.49
Hex F0 9 50 0 60 43 6 156 5D 31
Octal 360 11 120 0 140 103 6 526 135 61
Binary 11110000 1001 1010000 0 1100000 1000011 110 101010110 1011101 110001

Color Harmonies of #F00950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00950

Black with #F00950

Text Example


Text Example

White with #F00950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00950; }

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

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

background-color css

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

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

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

border-color css

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

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

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