Html Css Color HEX #F73355 Radical Red

📋 copy color: '#F73355'

red 247 ◦ green 51 ◦ blue 85

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

Shades of Radical Red #F73355

Tints of Radical Red #F73355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 64.49%
G = 13.32%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F73355 (or 0xF73355) is known color: Radical Red. HEX triplet: F7, 33 and 55. RGB value is (247,51,85). Sum of RGB (Red+Green+Blue) = 247+51+85=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F73355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73355 is #08CCAA. Grayscale: #717171. Windows color (decimal): -576683 or 5583863. OLE color: 5583863.

HSL color Cylindrical-coordinate representation of color #F73355: hue angle of 349.59º 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 #F73355 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 51 85 -
CMYK 0 0.79 0.66 0.03
HSL 349.59º 0.92% 0.58% -
HSV(B) 349.59º 0.79% 0.97% -
XYZ 41.18 22.8 10.82 -
YUV 113.48 111.93 223.24 -
System Red Green Blue C M Y K H S L
Decimal 247 51 85 0 0.79 0.66 0.03 349.59 0.92 0.58
Hex F7 33 55 0 4F 42 3 15E 5C 3A
Octal 367 63 125 0 117 102 3 536 134 72
Binary 11110111 110011 1010101 0 1001111 1000010 11 101011110 1011100 111010

Color Harmonies of #F73355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73355

Black with #F73355

Text Example


Text Example

White with #F73355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73355; }

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

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

background-color css

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

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

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

border-color css

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

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

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