Html Css Color HEX #F00F5D Razzmatazz

📋 copy color: '#F00F5D'

red 240 ◦ green 15 ◦ blue 93

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

Shades of Razzmatazz #F00F5D

Tints of Razzmatazz #F00F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.31%

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 68.97%
G = 4.31%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F00F5D (or 0xF00F5D) is known color: Razzmatazz. HEX triplet: F0, 0F and 5D. RGB value is (240,15,93). Sum of RGB (Red+Green+Blue) = 240+15+93=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F5D is #0FF0A2. Grayscale: #5B5B5B. Windows color (decimal): -1044643 or 6098928. OLE color: 6098928.

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

Color convert

RGB 240 15 93 -
CMYK 0 0.94 0.61 0.06
HSL 339.2º 0.88% 0.5% -
HSV(B) 339.2º 0.94% 0.94% -
XYZ 38.08 19.66 12.14 -
YUV 91.17 129.04 234.16 -
System Red Green Blue C M Y K H S L
Decimal 240 15 93 0 0.94 0.61 0.06 339.2 0.88 0.5
Hex F0 F 5D 0 5E 3D 6 153 58 32
Octal 360 17 135 0 136 75 6 523 130 62
Binary 11110000 1111 1011101 0 1011110 111101 110 101010011 1011000 110010

Color Harmonies of #F00F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F5D

Black with #F00F5D

Text Example


Text Example

White with #F00F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F5D; }

 p { color: rgb(240,15,93); }

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

background-color css

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

 a { background-color: rgb(240,15,93); }

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

border-color css

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

 span { border-color: rgb(240,15,93); }

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