Html Css Color HEX #F73352 Radical Red

📋 copy color: '#F73352'

red 247 ◦ green 51 ◦ blue 82

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

Shades of Radical Red #F73352

Tints of Radical Red #F73352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.42%

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

R = 65%
G = 13.42%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F73352 (or 0xF73352) is known color: Radical Red. HEX triplet: F7, 33 and 52. RGB value is (247,51,82). Sum of RGB (Red+Green+Blue) = 247+51+82=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F73352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73352 is #08CCAD. Grayscale: #717171. Windows color (decimal): -576686 or 5387255. OLE color: 5387255.

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

Color convert

RGB 247 51 82 -
CMYK 0 0.79 0.67 0.03
HSL 350.51º 0.92% 0.58% -
HSV(B) 350.51º 0.79% 0.97% -
XYZ 41.06 22.75 10.21 -
YUV 113.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 247 51 82 0 0.79 0.67 0.03 350.51 0.92 0.58
Hex F7 33 52 0 4F 43 3 15F 5C 3A
Octal 367 63 122 0 117 103 3 537 134 72
Binary 11110111 110011 1010010 0 1001111 1000011 11 101011111 1011100 111010

Color Harmonies of #F73352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73352

Black with #F73352

Text Example


Text Example

White with #F73352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73352; }

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

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

background-color css

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

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

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

border-color css

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

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

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