Html Css Color HEX #F7485B Radical Red

📋 copy color: '#F7485B'

red 247 ◦ green 72 ◦ blue 91

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

Shades of Radical Red #F7485B

Tints of Radical Red #F7485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 60.24%
G = 17.56%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7485B (or 0xF7485B) is known color: Radical Red. HEX triplet: F7, 48 and 5B. RGB value is (247,72,91). Sum of RGB (Red+Green+Blue) = 247+72+91=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7485B is #08B7A4. Grayscale: #7E7E7E. Windows color (decimal): -571301 or 5982455. OLE color: 5982455.

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

Color convert

RGB 247 72 91 -
CMYK 0 0.71 0.63 0.03
HSL 353.49º 0.92% 0.63% -
HSV(B) 353.49º 0.71% 0.97% -
XYZ 42.56 25.16 12.51 -
YUV 126.49 107.98 213.96 -
System Red Green Blue C M Y K H S L
Decimal 247 72 91 0 0.71 0.63 0.03 353.49 0.92 0.63
Hex F7 48 5B 0 47 3F 3 161 5C 3F
Octal 367 110 133 0 107 77 3 541 134 77
Binary 11110111 1001000 1011011 0 1000111 111111 11 101100001 1011100 111111

Color Harmonies of #F7485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7485B

Black with #F7485B

Text Example


Text Example

White with #F7485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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