Html Css Color HEX #F0085B Razzmatazz

📋 copy color: '#F0085B'

red 240 ◦ green 8 ◦ blue 91

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

Shades of Razzmatazz #F0085B

Tints of Razzmatazz #F0085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 70.8%
G = 2.36%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0085B (or 0xF0085B) is known color: Razzmatazz. HEX triplet: F0, 08 and 5B. RGB value is (240,8,91). Sum of RGB (Red+Green+Blue) = 240+8+91=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0085B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0085B is #0FF7A4. Grayscale: #565656. Windows color (decimal): -1046437 or 5966064. OLE color: 5966064.

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

Color convert

RGB 240 8 91 -
CMYK 0 0.97 0.62 0.06
HSL 338.53º 0.94% 0.49% -
HSV(B) 338.53º 0.97% 0.94% -
XYZ 37.91 19.45 11.65 -
YUV 86.83 130.36 237.25 -
System Red Green Blue C M Y K H S L
Decimal 240 8 91 0 0.97 0.62 0.06 338.53 0.94 0.49
Hex F0 8 5B 0 61 3E 6 153 5E 31
Octal 360 10 133 0 141 76 6 523 136 61
Binary 11110000 1000 1011011 0 1100001 111110 110 101010011 1011110 110001

Color Harmonies of #F0085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0085B

Black with #F0085B

Text Example


Text Example

White with #F0085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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