Html Css Color HEX #F73255 Radical Red

📋 copy color: '#F73255'

red 247 ◦ green 50 ◦ blue 85

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

Shades of Radical Red #F73255

Tints of Radical Red #F73255

RGB

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

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

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

R = 64.66%
G = 13.09%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F73255 (or 0xF73255) is known color: Radical Red. HEX triplet: F7, 32 and 55. RGB value is (247,50,85). Sum of RGB (Red+Green+Blue) = 247+50+85=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F73255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73255 is #08CDAA. Grayscale: #707070. Windows color (decimal): -576939 or 5583607. OLE color: 5583607.

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

Color convert

RGB 247 50 85 -
CMYK 0 0.80 0.66 0.03
HSL 349.34º 0.92% 0.58% -
HSV(B) 349.34º 0.8% 0.97% -
XYZ 41.14 22.71 10.81 -
YUV 112.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 247 50 85 0 0.80 0.66 0.03 349.34 0.92 0.58
Hex F7 32 55 0 50 42 3 15D 5C 3A
Octal 367 62 125 0 120 102 3 535 134 72
Binary 11110111 110010 1010101 0 1010000 1000010 11 101011101 1011100 111010

Color Harmonies of #F73255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73255

Black with #F73255

Text Example


Text Example

White with #F73255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73255; }

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

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

background-color css

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

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

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

border-color css

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

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

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