Html Css Color HEX #F73D4D Radical Red

📋 copy color: '#F73D4D'

red 247 ◦ green 61 ◦ blue 77

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

Shades of Radical Red #F73D4D

Tints of Radical Red #F73D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 64.16%
G = 15.84%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F73D4D (or 0xF73D4D) is known color: Radical Red. HEX triplet: F7, 3D and 4D. RGB value is (247,61,77). Sum of RGB (Red+Green+Blue) = 247+61+77=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73D4D is #08C2B2. Grayscale: #767676. Windows color (decimal): -574131 or 5062135. OLE color: 5062135.

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

Color convert

RGB 247 61 77 -
CMYK 0 0.75 0.69 0.03
HSL 354.84º 0.92% 0.6% -
HSV(B) 354.84º 0.75% 0.97% -
XYZ 41.37 23.65 9.41 -
YUV 118.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 247 61 77 0 0.75 0.69 0.03 354.84 0.92 0.6
Hex F7 3D 4D 0 4B 45 3 163 5C 3C
Octal 367 75 115 0 113 105 3 543 134 74
Binary 11110111 111101 1001101 0 1001011 1000101 11 101100011 1011100 111100

Color Harmonies of #F73D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73D4D

Black with #F73D4D

Text Example


Text Example

White with #F73D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73D4D; }

 p { color: rgb(247,61,77); }

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

background-color css

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

 a { background-color: rgb(247,61,77); }

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

border-color css

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

 span { border-color: rgb(247,61,77); }

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