Html Css Color HEX #F00D5D Razzmatazz

📋 copy color: '#F00D5D'

red 240 ◦ green 13 ◦ blue 93

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

Shades of Razzmatazz #F00D5D

Tints of Razzmatazz #F00D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.76%

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

R = 69.36%
G = 3.76%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F00D5D (or 0xF00D5D) is known color: Razzmatazz. HEX triplet: F0, 0D and 5D. RGB value is (240,13,93). Sum of RGB (Red+Green+Blue) = 240+13+93=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00D5D is #0FF2A2. Grayscale: #595959. Windows color (decimal): -1045155 or 6098416. OLE color: 6098416.

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

Color convert

RGB 240 13 93 -
CMYK 0 0.95 0.61 0.06
HSL 338.85º 0.9% 0.5% -
HSV(B) 338.85º 0.95% 0.94% -
XYZ 38.05 19.6 12.13 -
YUV 89.99 129.71 235 -
System Red Green Blue C M Y K H S L
Decimal 240 13 93 0 0.95 0.61 0.06 338.85 0.9 0.5
Hex F0 D 5D 0 5F 3D 6 153 5A 32
Octal 360 15 135 0 137 75 6 523 132 62
Binary 11110000 1101 1011101 0 1011111 111101 110 101010011 1011010 110010

Color Harmonies of #F00D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D5D

Black with #F00D5D

Text Example


Text Example

White with #F00D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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