Html Css Color HEX #F74561 Radical Red

📋 copy color: '#F74561'

red 247 ◦ green 69 ◦ blue 97

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

Shades of Radical Red #F74561

Tints of Radical Red #F74561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 59.81%
G = 16.71%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F74561 (or 0xF74561) is known color: Radical Red. HEX triplet: F7, 45 and 61. RGB value is (247,69,97). Sum of RGB (Red+Green+Blue) = 247+69+97=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F74561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74561 is #08BA9E. Grayscale: #7D7D7D. Windows color (decimal): -572063 or 6374903. OLE color: 6374903.

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

Color convert

RGB 247 69 97 -
CMYK 0 0.72 0.61 0.03
HSL 350.56º 0.92% 0.62% -
HSV(B) 350.56º 0.72% 0.97% -
XYZ 42.64 24.89 13.87 -
YUV 125.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 247 69 97 0 0.72 0.61 0.03 350.56 0.92 0.62
Hex F7 45 61 0 48 3D 3 15F 5C 3E
Octal 367 105 141 0 110 75 3 537 134 76
Binary 11110111 1000101 1100001 0 1001000 111101 11 101011111 1011100 111110

Color Harmonies of #F74561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74561

Black with #F74561

Text Example


Text Example

White with #F74561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74561; }

 p { color: rgb(247,69,97); }

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

background-color css

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

 a { background-color: rgb(247,69,97); }

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

border-color css

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

 span { border-color: rgb(247,69,97); }

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