Html Css Color HEX #F00165 Razzmatazz

📋 copy color: '#F00165'

red 240 ◦ green 1 ◦ blue 101

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

Shades of Razzmatazz #F00165

Tints of Razzmatazz #F00165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 70.18%
G = 0.29%
B = 29.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00165 (or 0xF00165) is known color: Razzmatazz. HEX triplet: F0, 01 and 65. RGB value is (240,1,101). Sum of RGB (Red+Green+Blue) = 240+1+101=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F00165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00165 is #0FFE9A. Grayscale: #535353. Windows color (decimal): -1048219 or 6619632. OLE color: 6619632.

HSL color Cylindrical-coordinate representation of color #F00165: hue angle of 334.9º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00165 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 101 -
CMYK 0 1.00 0.58 0.06
HSL 334.9º 0.99% 0.47% -
HSV(B) 334.9º 1% 0.94% -
XYZ 38.29 19.49 14.05 -
YUV 83.86 137.68 239.37 -
System Red Green Blue C M Y K H S L
Decimal 240 1 101 0 1.00 0.58 0.06 334.9 0.99 0.47
Hex F0 1 65 0 64 3A 6 14F 63 2F
Octal 360 1 145 0 144 72 6 517 143 57
Binary 11110000 1 1100101 0 1100100 111010 110 101001111 1100011 101111

Color Harmonies of #F00165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00165

Black with #F00165

Text Example


Text Example

White with #F00165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00165; }

 p { color: rgb(240,1,101); }

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

background-color css

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

 a { background-color: rgb(240,1,101); }

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

border-color css

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

 span { border-color: rgb(240,1,101); }

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