Html Css Color HEX #F7385E Radical Red

📋 copy color: '#F7385E'

red 247 ◦ green 56 ◦ blue 94

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

Shades of Radical Red #F7385E

Tints of Radical Red #F7385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.11%

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

R = 62.22%
G = 14.11%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7385E (or 0xF7385E) is known color: Radical Red. HEX triplet: F7, 38 and 5E. RGB value is (247,56,94). Sum of RGB (Red+Green+Blue) = 247+56+94=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F7385E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7385E is #08C7A1. Grayscale: #757575. Windows color (decimal): -575394 or 6174967. OLE color: 6174967.

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

Color convert

RGB 247 56 94 -
CMYK 0 0.77 0.62 0.03
HSL 348.06º 0.92% 0.59% -
HSV(B) 348.06º 0.77% 0.97% -
XYZ 41.79 23.41 12.91 -
YUV 117.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 247 56 94 0 0.77 0.62 0.03 348.06 0.92 0.59
Hex F7 38 5E 0 4D 3E 3 15C 5C 3B
Octal 367 70 136 0 115 76 3 534 134 73
Binary 11110111 111000 1011110 0 1001101 111110 11 101011100 1011100 111011

Color Harmonies of #F7385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7385E

Black with #F7385E

Text Example


Text Example

White with #F7385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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