Html Css Color HEX #F73266 Radical Red

📋 copy color: '#F73266'

red 247 ◦ green 50 ◦ blue 102

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

Shades of Radical Red #F73266

Tints of Radical Red #F73266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

 BLUE value IS 102 (40.23% from 255) = 25.56%

R = 61.9%
G = 12.53%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F73266 (or 0xF73266) is known color: Radical Red. HEX triplet: F7, 32 and 66. RGB value is (247,50,102). Sum of RGB (Red+Green+Blue) = 247+50+102=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F73266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73266 is #08CD99. Grayscale: #727272. Windows color (decimal): -576922 or 6697719. OLE color: 6697719.

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

Color convert

RGB 247 50 102 -
CMYK 0 0.80 0.59 0.03
HSL 344.16º 0.92% 0.58% -
HSV(B) 344.16º 0.8% 0.97% -
XYZ 41.9 23.01 14.8 -
YUV 114.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 247 50 102 0 0.80 0.59 0.03 344.16 0.92 0.58
Hex F7 32 66 0 50 3B 3 158 5C 3A
Octal 367 62 146 0 120 73 3 530 134 72
Binary 11110111 110010 1100110 0 1010000 111011 11 101011000 1011100 111010

Color Harmonies of #F73266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73266

Black with #F73266

Text Example


Text Example

White with #F73266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73266; }

 p { color: rgb(247,50,102); }

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

background-color css

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

 a { background-color: rgb(247,50,102); }

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

border-color css

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

 span { border-color: rgb(247,50,102); }

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