Html Css Color HEX #F7485D Radical Red

📋 copy color: '#F7485D'

red 247 ◦ green 72 ◦ blue 93

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

Shades of Radical Red #F7485D

Tints of Radical Red #F7485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.48%

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

R = 59.95%
G = 17.48%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7485D (or 0xF7485D) is known color: Radical Red. HEX triplet: F7, 48 and 5D. RGB value is (247,72,93). Sum of RGB (Red+Green+Blue) = 247+72+93=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7485D is #08B7A2. Grayscale: #7E7E7E. Windows color (decimal): -571299 or 6113527. OLE color: 6113527.

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

Color convert

RGB 247 72 93 -
CMYK 0 0.71 0.62 0.03
HSL 352.8º 0.92% 0.63% -
HSV(B) 352.8º 0.71% 0.97% -
XYZ 42.65 25.2 12.97 -
YUV 126.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 247 72 93 0 0.71 0.62 0.03 352.8 0.92 0.63
Hex F7 48 5D 0 47 3E 3 161 5C 3F
Octal 367 110 135 0 107 76 3 541 134 77
Binary 11110111 1001000 1011101 0 1000111 111110 11 101100001 1011100 111111

Color Harmonies of #F7485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7485D

Black with #F7485D

Text Example


Text Example

White with #F7485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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