Html Css Color HEX #F7465D Radical Red

📋 copy color: '#F7465D'

red 247 ◦ green 70 ◦ blue 93

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

Shades of Radical Red #F7465D

Tints of Radical Red #F7465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 60.24%
G = 17.07%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7465D (or 0xF7465D) is known color: Radical Red. HEX triplet: F7, 46 and 5D. RGB value is (247,70,93). Sum of RGB (Red+Green+Blue) = 247+70+93=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7465D is #08B9A2. Grayscale: #7D7D7D. Windows color (decimal): -571811 or 6113015. OLE color: 6113015.

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

Color convert

RGB 247 70 93 -
CMYK 0 0.72 0.62 0.03
HSL 352.2º 0.92% 0.62% -
HSV(B) 352.2º 0.72% 0.97% -
XYZ 42.52 24.94 12.93 -
YUV 125.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 247 70 93 0 0.72 0.62 0.03 352.2 0.92 0.62
Hex F7 46 5D 0 48 3E 3 160 5C 3E
Octal 367 106 135 0 110 76 3 540 134 76
Binary 11110111 1000110 1011101 0 1001000 111110 11 101100000 1011100 111110

Color Harmonies of #F7465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7465D

Black with #F7465D

Text Example


Text Example

White with #F7465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7465D; }

 p { color: rgb(247,70,93); }

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

background-color css

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

 a { background-color: rgb(247,70,93); }

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

border-color css

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

 span { border-color: rgb(247,70,93); }

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