Html Css Color HEX #F0085F Razzmatazz

📋 copy color: '#F0085F'

red 240 ◦ green 8 ◦ blue 95

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

Shades of Razzmatazz #F0085F

Tints of Razzmatazz #F0085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 69.97%
G = 2.33%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0085F (or 0xF0085F) is known color: Razzmatazz. HEX triplet: F0, 08 and 5F. RGB value is (240,8,95). Sum of RGB (Red+Green+Blue) = 240+8+95=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F0085F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0085F is #0FF7A0. Grayscale: #575757. Windows color (decimal): -1046433 or 6228208. OLE color: 6228208.

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

Color convert

RGB 240 8 95 -
CMYK 0 0.97 0.60 0.06
HSL 337.5º 0.94% 0.49% -
HSV(B) 337.5º 0.97% 0.94% -
XYZ 38.09 19.53 12.59 -
YUV 87.29 132.36 236.93 -
System Red Green Blue C M Y K H S L
Decimal 240 8 95 0 0.97 0.60 0.06 337.5 0.94 0.49
Hex F0 8 5F 0 61 3C 6 152 5E 31
Octal 360 10 137 0 141 74 6 522 136 61
Binary 11110000 1000 1011111 0 1100001 111100 110 101010010 1011110 110001

Color Harmonies of #F0085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0085F

Black with #F0085F

Text Example


Text Example

White with #F0085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0085F; }

 p { color: rgb(240,8,95); }

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

background-color css

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

 a { background-color: rgb(240,8,95); }

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

border-color css

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

 span { border-color: rgb(240,8,95); }

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