Html Css Color HEX #F00650 Razzmatazz

📋 copy color: '#F00650'

red 240 ◦ green 6 ◦ blue 80

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

Shades of Razzmatazz #F00650

Tints of Razzmatazz #F00650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

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

R = 73.62%
G = 1.84%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F00650 (or 0xF00650) is known color: Razzmatazz. HEX triplet: F0, 06 and 50. RGB value is (240,6,80). Sum of RGB (Red+Green+Blue) = 240+6+80=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F00650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00650 is #0FF9AF. Grayscale: #545454. Windows color (decimal): -1046960 or 5244656. OLE color: 5244656.

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

Color convert

RGB 240 6 80 -
CMYK 0 0.98 0.67 0.06
HSL 341.03º 0.95% 0.48% -
HSV(B) 341.03º 0.98% 0.94% -
XYZ 37.45 19.23 9.33 -
YUV 84.4 125.52 238.98 -
System Red Green Blue C M Y K H S L
Decimal 240 6 80 0 0.98 0.67 0.06 341.03 0.95 0.48
Hex F0 6 50 0 62 43 6 155 5F 30
Octal 360 6 120 0 142 103 6 525 137 60
Binary 11110000 110 1010000 0 1100010 1000011 110 101010101 1011111 110000

Color Harmonies of #F00650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00650

Black with #F00650

Text Example


Text Example

White with #F00650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00650; }

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

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

background-color css

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

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

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

border-color css

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

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

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