Html Css Color HEX #F00260 Razzmatazz

📋 copy color: '#F00260'

red 240 ◦ green 2 ◦ blue 96

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

Shades of Razzmatazz #F00260

Tints of Razzmatazz #F00260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 71.01%
G = 0.59%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F00260 (or 0xF00260) is known color: Razzmatazz. HEX triplet: F0, 02 and 60. RGB value is (240,2,96). Sum of RGB (Red+Green+Blue) = 240+2+96=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F00260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00260 is #0FFD9F. Grayscale: #535353. Windows color (decimal): -1047968 or 6292208. OLE color: 6292208.

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

Color convert

RGB 240 2 96 -
CMYK 0 0.99 0.6 0.06
HSL 336.3º 0.98% 0.47% -
HSV(B) 336.3º 0.99% 0.94% -
XYZ 38.07 19.41 12.81 -
YUV 83.88 134.85 239.36 -
System Red Green Blue C M Y K H S L
Decimal 240 2 96 0 0.99 0.6 0.06 336.3 0.98 0.47
Hex F0 2 60 0 63 3C 6 150 62 2F
Octal 360 2 140 0 143 74 6 520 142 57
Binary 11110000 10 1100000 0 1100011 111100 110 101010000 1100010 101111

Color Harmonies of #F00260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00260

Black with #F00260

Text Example


Text Example

White with #F00260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00260; }

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

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

background-color css

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

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

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

border-color css

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

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

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