Html Css Color HEX #F00247 Razzmatazz

📋 copy color: '#F00247'

red 240 ◦ green 2 ◦ blue 71

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

Shades of Razzmatazz #F00247

Tints of Razzmatazz #F00247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 76.68%
G = 0.64%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F00247 (or 0xF00247) is known color: Razzmatazz. HEX triplet: F0, 02 and 47. RGB value is (240,2,71). Sum of RGB (Red+Green+Blue) = 240+2+71=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F00247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00247 is #0FFDB8. Grayscale: #505050. Windows color (decimal): -1047993 or 4653808. OLE color: 4653808.

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

Color convert

RGB 240 2 71 -
CMYK 0 0.99 0.70 0.06
HSL 342.61º 0.98% 0.47% -
HSV(B) 342.61º 0.99% 0.94% -
XYZ 37.09 19.02 7.68 -
YUV 81.03 122.35 241.39 -
System Red Green Blue C M Y K H S L
Decimal 240 2 71 0 0.99 0.70 0.06 342.61 0.98 0.47
Hex F0 2 47 0 63 46 6 157 62 2F
Octal 360 2 107 0 143 106 6 527 142 57
Binary 11110000 10 1000111 0 1100011 1000110 110 101010111 1100010 101111

Color Harmonies of #F00247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00247

Black with #F00247

Text Example


Text Example

White with #F00247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00247; }

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

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

background-color css

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

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

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

border-color css

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

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

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