Html Css Color HEX #F73263 Radical Red

📋 copy color: '#F73263'

red 247 ◦ green 50 ◦ blue 99

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

Shades of Radical Red #F73263

Tints of Radical Red #F73263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25%

R = 62.37%
G = 12.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F73263 (or 0xF73263) is known color: Radical Red. HEX triplet: F7, 32 and 63. RGB value is (247,50,99). Sum of RGB (Red+Green+Blue) = 247+50+99=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F73263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73263 is #08CD9C. Grayscale: #727272. Windows color (decimal): -576925 or 6501111. OLE color: 6501111.

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

Color convert

RGB 247 50 99 -
CMYK 0 0.80 0.60 0.03
HSL 345.08º 0.92% 0.58% -
HSV(B) 345.08º 0.8% 0.97% -
XYZ 41.75 22.96 14.03 -
YUV 114.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 247 50 99 0 0.80 0.60 0.03 345.08 0.92 0.58
Hex F7 32 63 0 50 3C 3 159 5C 3A
Octal 367 62 143 0 120 74 3 531 134 72
Binary 11110111 110010 1100011 0 1010000 111100 11 101011001 1011100 111010

Color Harmonies of #F73263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73263

Black with #F73263

Text Example


Text Example

White with #F73263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73263; }

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

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

background-color css

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

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

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

border-color css

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

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

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