Html Css Color HEX #F73365 Radical Red

📋 copy color: '#F73365'

red 247 ◦ green 51 ◦ blue 101

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

Shades of Radical Red #F73365

Tints of Radical Red #F73365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 61.9%
G = 12.78%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F73365 (or 0xF73365) is known color: Radical Red. HEX triplet: F7, 33 and 65. RGB value is (247,51,101). Sum of RGB (Red+Green+Blue) = 247+51+101=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F73365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73365 is #08CC9A. Grayscale: #737373. Windows color (decimal): -576667 or 6632439. OLE color: 6632439.

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

Color convert

RGB 247 51 101 -
CMYK 0 0.79 0.59 0.03
HSL 344.69º 0.92% 0.58% -
HSV(B) 344.69º 0.79% 0.97% -
XYZ 41.89 23.08 14.56 -
YUV 115.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 247 51 101 0 0.79 0.59 0.03 344.69 0.92 0.58
Hex F7 33 65 0 4F 3B 3 159 5C 3A
Octal 367 63 145 0 117 73 3 531 134 72
Binary 11110111 110011 1100101 0 1001111 111011 11 101011001 1011100 111010

Color Harmonies of #F73365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73365

Black with #F73365

Text Example


Text Example

White with #F73365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73365; }

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

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

background-color css

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

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

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

border-color css

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

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

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