Html Css Color HEX #F00262 Razzmatazz

📋 copy color: '#F00262'

red 240 ◦ green 2 ◦ blue 98

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

Shades of Razzmatazz #F00262

Tints of Razzmatazz #F00262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 70.59%
G = 0.59%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F00262 (or 0xF00262) is known color: Razzmatazz. HEX triplet: F0, 02 and 62. RGB value is (240,2,98). Sum of RGB (Red+Green+Blue) = 240+2+98=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F00262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00262 is #0FFD9D. Grayscale: #535353. Windows color (decimal): -1047966 or 6423280. OLE color: 6423280.

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

Color convert

RGB 240 2 98 -
CMYK 0 0.99 0.59 0.06
HSL 335.8º 0.98% 0.47% -
HSV(B) 335.8º 0.99% 0.94% -
XYZ 38.16 19.45 13.3 -
YUV 84.11 135.85 239.19 -
System Red Green Blue C M Y K H S L
Decimal 240 2 98 0 0.99 0.59 0.06 335.8 0.98 0.47
Hex F0 2 62 0 63 3B 6 150 62 2F
Octal 360 2 142 0 143 73 6 520 142 57
Binary 11110000 10 1100010 0 1100011 111011 110 101010000 1100010 101111

Color Harmonies of #F00262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00262

Black with #F00262

Text Example


Text Example

White with #F00262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00262; }

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

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

background-color css

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

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

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

border-color css

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

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

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