Html Css Color HEX #F00B5E Razzmatazz

📋 copy color: '#F00B5E'

red 240 ◦ green 11 ◦ blue 94

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

Shades of Razzmatazz #F00B5E

Tints of Razzmatazz #F00B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.19%

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 69.57%
G = 3.19%
B = 27.25%

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

#F00B5E (or 0xF00B5E) is known color: Razzmatazz. HEX triplet: F0, 0B and 5E. RGB value is (240,11,94). Sum of RGB (Red+Green+Blue) = 240+11+94=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00B5E is #0FF4A1. Grayscale: #585858. Windows color (decimal): -1045666 or 6163440. OLE color: 6163440.

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

Color convert

RGB 240 11 94 -
CMYK 0 0.95 0.61 0.06
HSL 338.25º 0.91% 0.49% -
HSV(B) 338.25º 0.95% 0.94% -
XYZ 38.08 19.57 12.36 -
YUV 88.93 130.87 235.75 -
System Red Green Blue C M Y K H S L
Decimal 240 11 94 0 0.95 0.61 0.06 338.25 0.91 0.49
Hex F0 B 5E 0 5F 3D 6 152 5B 31
Octal 360 13 136 0 137 75 6 522 133 61
Binary 11110000 1011 1011110 0 1011111 111101 110 101010010 1011011 110001

Color Harmonies of #F00B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B5E

Black with #F00B5E

Text Example


Text Example

White with #F00B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B5E; }

 p { color: rgb(240,11,94); }

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

background-color css

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

 a { background-color: rgb(240,11,94); }

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

border-color css

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

 span { border-color: rgb(240,11,94); }

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