Html Css Color HEX #F73F70 Radical Red

📋 copy color: '#F73F70'

red 247 ◦ green 63 ◦ blue 112

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

Shades of Radical Red #F73F70

Tints of Radical Red #F73F70

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 58.53%
G = 14.93%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F73F70 (or 0xF73F70) is known color: Radical Red. HEX triplet: F7, 3F and 70. RGB value is (247,63,112). Sum of RGB (Red+Green+Blue) = 247+63+112=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73F70 is #08C08F. Grayscale: #7B7B7B. Windows color (decimal): -573584 or 7356407. OLE color: 7356407.

HSL color Cylindrical-coordinate representation of color #F73F70: hue angle of 344.02º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F73F70 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 63 112 -
CMYK 0 0.74 0.55 0.03
HSL 344.02º 0.92% 0.61% -
HSV(B) 344.02º 0.74% 0.97% -
XYZ 43.06 24.5 17.79 -
YUV 123.6 121.46 216.02 -
System Red Green Blue C M Y K H S L
Decimal 247 63 112 0 0.74 0.55 0.03 344.02 0.92 0.61
Hex F7 3F 70 0 4A 37 3 158 5C 3D
Octal 367 77 160 0 112 67 3 530 134 75
Binary 11110111 111111 1110000 0 1001010 110111 11 101011000 1011100 111101

Color Harmonies of #F73F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F70

Black with #F73F70

Text Example


Text Example

White with #F73F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F70; }

 p { color: rgb(247,63,112); }

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

background-color css

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

 a { background-color: rgb(247,63,112); }

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

border-color css

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

 span { border-color: rgb(247,63,112); }

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