Html Css Color HEX #F00256 Razzmatazz

📋 copy color: '#F00256'

red 240 ◦ green 2 ◦ blue 86

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

Shades of Razzmatazz #F00256

Tints of Razzmatazz #F00256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.22%

R = 73.17%
G = 0.61%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00256 (or 0xF00256) is known color: Razzmatazz. HEX triplet: F0, 02 and 56. RGB value is (240,2,86). Sum of RGB (Red+Green+Blue) = 240+2+86=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F00256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00256 is #0FFDA9. Grayscale: #525252. Windows color (decimal): -1047978 or 5636848. OLE color: 5636848.

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

Color convert

RGB 240 2 86 -
CMYK 0 0.99 0.64 0.06
HSL 338.82º 0.98% 0.47% -
HSV(B) 338.82º 0.99% 0.94% -
XYZ 37.64 19.24 10.53 -
YUV 82.74 129.85 240.17 -
System Red Green Blue C M Y K H S L
Decimal 240 2 86 0 0.99 0.64 0.06 338.82 0.98 0.47
Hex F0 2 56 0 63 40 6 153 62 2F
Octal 360 2 126 0 143 100 6 523 142 57
Binary 11110000 10 1010110 0 1100011 1000000 110 101010011 1100010 101111

Color Harmonies of #F00256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00256

Black with #F00256

Text Example


Text Example

White with #F00256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00256; }

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

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

background-color css

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

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

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

border-color css

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

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

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