Html Css Color HEX #F71352 Razzmatazz

📋 copy color: '#F71352'

red 247 ◦ green 19 ◦ blue 82

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

Shades of Razzmatazz #F71352

Tints of Razzmatazz #F71352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 70.98%
G = 5.46%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F71352 (or 0xF71352) is known color: Razzmatazz. HEX triplet: F7, 13 and 52. RGB value is (247,19,82). Sum of RGB (Red+Green+Blue) = 247+19+82=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F71352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71352 is #08ECAD. Grayscale: #5E5E5E. Windows color (decimal): -584878 or 5379063. OLE color: 5379063.

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

Color convert

RGB 247 19 82 -
CMYK 0 0.92 0.67 0.03
HSL 343.42º 0.93% 0.52% -
HSV(B) 343.42º 0.92% 0.97% -
XYZ 40.11 20.85 9.89 -
YUV 94.35 121.04 236.88 -
System Red Green Blue C M Y K H S L
Decimal 247 19 82 0 0.92 0.67 0.03 343.42 0.93 0.52
Hex F7 13 52 0 5C 43 3 157 5D 34
Octal 367 23 122 0 134 103 3 527 135 64
Binary 11110111 10011 1010010 0 1011100 1000011 11 101010111 1011101 110100

Color Harmonies of #F71352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71352

Black with #F71352

Text Example


Text Example

White with #F71352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71352; }

 p { color: rgb(247,19,82); }

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

background-color css

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

 a { background-color: rgb(247,19,82); }

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

border-color css

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

 span { border-color: rgb(247,19,82); }

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