Html Css Color HEX #F7245E Radical Red

📋 copy color: '#F7245E'

red 247 ◦ green 36 ◦ blue 94

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

Shades of Radical Red #F7245E

Tints of Radical Red #F7245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.55%

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 65.52%
G = 9.55%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7245E (or 0xF7245E) is known color: Radical Red. HEX triplet: F7, 24 and 5E. RGB value is (247,36,94). Sum of RGB (Red+Green+Blue) = 247+36+94=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7245E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7245E is #08DBA1. Grayscale: #696969. Windows color (decimal): -580514 or 6169847. OLE color: 6169847.

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

Color convert

RGB 247 36 94 -
CMYK 0 0.85 0.62 0.03
HSL 343.51º 0.93% 0.55% -
HSV(B) 343.51º 0.85% 0.97% -
XYZ 41.01 21.84 12.64 -
YUV 105.7 121.4 228.78 -
System Red Green Blue C M Y K H S L
Decimal 247 36 94 0 0.85 0.62 0.03 343.51 0.93 0.55
Hex F7 24 5E 0 55 3E 3 158 5D 37
Octal 367 44 136 0 125 76 3 530 135 67
Binary 11110111 100100 1011110 0 1010101 111110 11 101011000 1011101 110111

Color Harmonies of #F7245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7245E

Black with #F7245E

Text Example


Text Example

White with #F7245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7245E; }

 p { color: rgb(247,36,94); }

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

background-color css

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

 a { background-color: rgb(247,36,94); }

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

border-color css

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

 span { border-color: rgb(247,36,94); }

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