Html Css Color HEX #F7305D Radical Red

📋 copy color: '#F7305D'

red 247 ◦ green 48 ◦ blue 93

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

Shades of Radical Red #F7305D

Tints of Radical Red #F7305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.37%

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

R = 63.66%
G = 12.37%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7305D (or 0xF7305D) is known color: Radical Red. HEX triplet: F7, 30 and 5D. RGB value is (247,48,93). Sum of RGB (Red+Green+Blue) = 247+48+93=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F7305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7305D is #08CFA2. Grayscale: #707070. Windows color (decimal): -577443 or 6107383. OLE color: 6107383.

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

Color convert

RGB 247 48 93 -
CMYK 0 0.81 0.62 0.03
HSL 346.43º 0.93% 0.58% -
HSV(B) 346.43º 0.81% 0.97% -
XYZ 41.39 22.68 12.55 -
YUV 112.63 116.93 223.84 -
System Red Green Blue C M Y K H S L
Decimal 247 48 93 0 0.81 0.62 0.03 346.43 0.93 0.58
Hex F7 30 5D 0 51 3E 3 15A 5D 3A
Octal 367 60 135 0 121 76 3 532 135 72
Binary 11110111 110000 1011101 0 1010001 111110 11 101011010 1011101 111010

Color Harmonies of #F7305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7305D

Black with #F7305D

Text Example


Text Example

White with #F7305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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