Html Css Color HEX #F00164 Razzmatazz

📋 copy color: '#F00164'

red 240 ◦ green 1 ◦ blue 100

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

Shades of Razzmatazz #F00164

Tints of Razzmatazz #F00164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 70.38%
G = 0.29%
B = 29.33%

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

#F00164 (or 0xF00164) is known color: Razzmatazz. HEX triplet: F0, 01 and 64. RGB value is (240,1,100). Sum of RGB (Red+Green+Blue) = 240+1+100=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F00164 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00164 is #0FFE9B. Grayscale: #535353. Windows color (decimal): -1048220 or 6554096. OLE color: 6554096.

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

Color convert

RGB 240 1 100 -
CMYK 0 1.00 0.58 0.06
HSL 335.15º 0.99% 0.47% -
HSV(B) 335.15º 1% 0.94% -
XYZ 38.25 19.47 13.8 -
YUV 83.75 137.18 239.45 -
System Red Green Blue C M Y K H S L
Decimal 240 1 100 0 1.00 0.58 0.06 335.15 0.99 0.47
Hex F0 1 64 0 64 3A 6 14F 63 2F
Octal 360 1 144 0 144 72 6 517 143 57
Binary 11110000 1 1100100 0 1100100 111010 110 101001111 1100011 101111

Color Harmonies of #F00164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00164

Black with #F00164

Text Example


Text Example

White with #F00164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00164; }

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

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

background-color css

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

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

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

border-color css

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

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

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