Html Css Color HEX #F70251 Razzmatazz

📋 copy color: '#F70251'

red 247 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #F70251

Tints of Razzmatazz #F70251

RGB

 RED value IS 247 (96.88% from 255) = 74.85%

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

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 74.85%
G = 0.61%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F70251 (or 0xF70251) is known color: Razzmatazz. HEX triplet: F7, 02 and 51. RGB value is (247,2,81). Sum of RGB (Red+Green+Blue) = 247+2+81=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F70251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70251 is #08FDAE. Grayscale: #545454. Windows color (decimal): -589231 or 5309175. OLE color: 5309175.

HSL color Cylindrical-coordinate representation of color #F70251: hue angle of 340.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70251 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 2 81 -
CMYK 0 0.99 0.67 0.03
HSL 340.65º 0.98% 0.49% -
HSV(B) 340.65º 0.99% 0.97% -
XYZ 39.86 20.41 9.62 -
YUV 84.26 126.17 244.08 -
System Red Green Blue C M Y K H S L
Decimal 247 2 81 0 0.99 0.67 0.03 340.65 0.98 0.49
Hex F7 2 51 0 63 43 3 155 62 31
Octal 367 2 121 0 143 103 3 525 142 61
Binary 11110111 10 1010001 0 1100011 1000011 11 101010101 1100010 110001

Color Harmonies of #F70251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70251

Black with #F70251

Text Example


Text Example

White with #F70251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70251; }

 p { color: rgb(247,2,81); }

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

background-color css

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

 a { background-color: rgb(247,2,81); }

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

border-color css

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

 span { border-color: rgb(247,2,81); }

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