Html Css Color HEX #F0086B Razzmatazz

📋 copy color: '#F0086B'

red 240 ◦ green 8 ◦ blue 107

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

Shades of Razzmatazz #F0086B

Tints of Razzmatazz #F0086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 67.61%
G = 2.25%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0086B (or 0xF0086B) is known color: Razzmatazz. HEX triplet: F0, 08 and 6B. RGB value is (240,8,107). Sum of RGB (Red+Green+Blue) = 240+8+107=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0086B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0086B is #0FF794. Grayscale: #585858. Windows color (decimal): -1046421 or 7014640. OLE color: 7014640.

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

Color convert

RGB 240 8 107 -
CMYK 0 0.97 0.55 0.06
HSL 334.4º 0.94% 0.49% -
HSV(B) 334.4º 0.97% 0.94% -
XYZ 38.68 19.76 15.69 -
YUV 88.65 138.36 235.95 -
System Red Green Blue C M Y K H S L
Decimal 240 8 107 0 0.97 0.55 0.06 334.4 0.94 0.49
Hex F0 8 6B 0 61 37 6 14E 5E 31
Octal 360 10 153 0 141 67 6 516 136 61
Binary 11110000 1000 1101011 0 1100001 110111 110 101001110 1011110 110001

Color Harmonies of #F0086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0086B

Black with #F0086B

Text Example


Text Example

White with #F0086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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