Html Css Color HEX #F00264 Razzmatazz

📋 copy color: '#F00264'

red 240 ◦ green 2 ◦ blue 100

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

Shades of Razzmatazz #F00264

Tints of Razzmatazz #F00264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 70.18%
G = 0.58%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00264 (or 0xF00264) is known color: Razzmatazz. HEX triplet: F0, 02 and 64. RGB value is (240,2,100). Sum of RGB (Red+Green+Blue) = 240+2+100=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F00264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00264 is #0FFD9B. Grayscale: #545454. Windows color (decimal): -1047964 or 6554352. OLE color: 6554352.

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

Color convert

RGB 240 2 100 -
CMYK 0 0.99 0.58 0.06
HSL 335.29º 0.98% 0.47% -
HSV(B) 335.29º 0.99% 0.94% -
XYZ 38.26 19.49 13.8 -
YUV 84.33 136.85 239.03 -
System Red Green Blue C M Y K H S L
Decimal 240 2 100 0 0.99 0.58 0.06 335.29 0.98 0.47
Hex F0 2 64 0 63 3A 6 14F 62 2F
Octal 360 2 144 0 143 72 6 517 142 57
Binary 11110000 10 1100100 0 1100011 111010 110 101001111 1100010 101111

Color Harmonies of #F00264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00264

Black with #F00264

Text Example


Text Example

White with #F00264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00264; }

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

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

background-color css

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

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

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

border-color css

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

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

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