Html Css Color HEX #F73374 Radical Red

📋 copy color: '#F73374'

red 247 ◦ green 51 ◦ blue 116

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

Shades of Radical Red #F73374

Tints of Radical Red #F73374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 59.66%
G = 12.32%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F73374 (or 0xF73374) is known color: Radical Red. HEX triplet: F7, 33 and 74. RGB value is (247,51,116). Sum of RGB (Red+Green+Blue) = 247+51+116=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F73374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73374 is #08CC8B. Grayscale: #747474. Windows color (decimal): -576652 or 7615479. OLE color: 7615479.

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

Color convert

RGB 247 51 116 -
CMYK 0 0.79 0.53 0.03
HSL 340.1º 0.92% 0.58% -
HSV(B) 340.1º 0.79% 0.97% -
XYZ 42.69 23.4 18.79 -
YUV 117.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 247 51 116 0 0.79 0.53 0.03 340.1 0.92 0.58
Hex F7 33 74 0 4F 35 3 154 5C 3A
Octal 367 63 164 0 117 65 3 524 134 72
Binary 11110111 110011 1110100 0 1001111 110101 11 101010100 1011100 111010

Color Harmonies of #F73374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73374

Black with #F73374

Text Example


Text Example

White with #F73374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73374; }

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

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

background-color css

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

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

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

border-color css

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

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

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