Html Css Color HEX #F00261 Razzmatazz

📋 copy color: '#F00261'

red 240 ◦ green 2 ◦ blue 97

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

Shades of Razzmatazz #F00261

Tints of Razzmatazz #F00261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 70.8%
G = 0.59%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F00261 (or 0xF00261) is known color: Razzmatazz. HEX triplet: F0, 02 and 61. RGB value is (240,2,97). Sum of RGB (Red+Green+Blue) = 240+2+97=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F00261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00261 is #0FFD9E. Grayscale: #535353. Windows color (decimal): -1047967 or 6357744. OLE color: 6357744.

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

Color convert

RGB 240 2 97 -
CMYK 0 0.99 0.60 0.06
HSL 336.05º 0.98% 0.47% -
HSV(B) 336.05º 0.99% 0.94% -
XYZ 38.11 19.43 13.05 -
YUV 83.99 135.35 239.28 -
System Red Green Blue C M Y K H S L
Decimal 240 2 97 0 0.99 0.60 0.06 336.05 0.98 0.47
Hex F0 2 61 0 63 3C 6 150 62 2F
Octal 360 2 141 0 143 74 6 520 142 57
Binary 11110000 10 1100001 0 1100011 111100 110 101010000 1100010 101111

Color Harmonies of #F00261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00261

Black with #F00261

Text Example


Text Example

White with #F00261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00261; }

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

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

background-color css

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

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

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

border-color css

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

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

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