Html Css Color HEX #F0165B Razzmatazz

📋 copy color: '#F0165B'

red 240 ◦ green 22 ◦ blue 91

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

Shades of Razzmatazz #F0165B

Tints of Razzmatazz #F0165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.23%

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

R = 67.99%
G = 6.23%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0165B (or 0xF0165B) is known color: Razzmatazz. HEX triplet: F0, 16 and 5B. RGB value is (240,22,91). Sum of RGB (Red+Green+Blue) = 240+22+91=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0165B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0165B is #0FE9A4. Grayscale: #5E5E5E. Windows color (decimal): -1042853 or 5969648. OLE color: 5969648.

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

Color convert

RGB 240 22 91 -
CMYK 0 0.91 0.62 0.06
HSL 341.01º 0.88% 0.51% -
HSV(B) 341.01º 0.91% 0.94% -
XYZ 38.11 19.85 11.72 -
YUV 95.05 125.72 231.39 -
System Red Green Blue C M Y K H S L
Decimal 240 22 91 0 0.91 0.62 0.06 341.01 0.88 0.51
Hex F0 16 5B 0 5B 3E 6 155 58 33
Octal 360 26 133 0 133 76 6 525 130 63
Binary 11110000 10110 1011011 0 1011011 111110 110 101010101 1011000 110011

Color Harmonies of #F0165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0165B

Black with #F0165B

Text Example


Text Example

White with #F0165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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