Html Css Color HEX #F0086F Razzmatazz

📋 copy color: '#F0086F'

red 240 ◦ green 8 ◦ blue 111

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

Shades of Razzmatazz #F0086F

Tints of Razzmatazz #F0086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 66.85%
G = 2.23%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0086F (or 0xF0086F) is known color: Razzmatazz. HEX triplet: F0, 08 and 6F. RGB value is (240,8,111). Sum of RGB (Red+Green+Blue) = 240+8+111=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F0086F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0086F is #0FF790. Grayscale: #585858. Windows color (decimal): -1046417 or 7276784. OLE color: 7276784.

HSL color Cylindrical-coordinate representation of color #F0086F: hue angle of 333.36º 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 #F0086F is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 111 -
CMYK 0 0.97 0.54 0.06
HSL 333.36º 0.94% 0.49% -
HSV(B) 333.36º 0.97% 0.94% -
XYZ 38.89 19.85 16.82 -
YUV 89.11 140.36 235.62 -
System Red Green Blue C M Y K H S L
Decimal 240 8 111 0 0.97 0.54 0.06 333.36 0.94 0.49
Hex F0 8 6F 0 61 36 6 14D 5E 31
Octal 360 10 157 0 141 66 6 515 136 61
Binary 11110000 1000 1101111 0 1100001 110110 110 101001101 1011110 110001

Color Harmonies of #F0086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0086F

Black with #F0086F

Text Example


Text Example

White with #F0086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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