Html Css Color HEX #F71552 Razzmatazz

📋 copy color: '#F71552'

red 247 ◦ green 21 ◦ blue 82

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

Shades of Razzmatazz #F71552

Tints of Razzmatazz #F71552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

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

R = 70.57%
G = 6%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F71552 (or 0xF71552) is known color: Razzmatazz. HEX triplet: F7, 15 and 52. RGB value is (247,21,82). Sum of RGB (Red+Green+Blue) = 247+21+82=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F71552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71552 is #08EAAD. Grayscale: #5F5F5F. Windows color (decimal): -584366 or 5379575. OLE color: 5379575.

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

Color convert

RGB 247 21 82 -
CMYK 0 0.91 0.67 0.03
HSL 343.81º 0.93% 0.53% -
HSV(B) 343.81º 0.91% 0.97% -
XYZ 40.15 20.92 9.9 -
YUV 95.53 120.37 236.04 -
System Red Green Blue C M Y K H S L
Decimal 247 21 82 0 0.91 0.67 0.03 343.81 0.93 0.53
Hex F7 15 52 0 5B 43 3 158 5D 35
Octal 367 25 122 0 133 103 3 530 135 65
Binary 11110111 10101 1010010 0 1011011 1000011 11 101011000 1011101 110101

Color Harmonies of #F71552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71552

Black with #F71552

Text Example


Text Example

White with #F71552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71552; }

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

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

background-color css

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

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

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

border-color css

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

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

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