Html Css Color HEX #F7285E Radical Red

📋 copy color: '#F7285E'

red 247 ◦ green 40 ◦ blue 94

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

Shades of Radical Red #F7285E

Tints of Radical Red #F7285E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.5%

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

R = 64.83%
G = 10.5%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7285E (or 0xF7285E) is known color: Radical Red. HEX triplet: F7, 28 and 5E. RGB value is (247,40,94). Sum of RGB (Red+Green+Blue) = 247+40+94=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F7285E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7285E is #08D7A1. Grayscale: #6C6C6C. Windows color (decimal): -579490 or 6170871. OLE color: 6170871.

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

Color convert

RGB 247 40 94 -
CMYK 0 0.84 0.62 0.03
HSL 344.35º 0.93% 0.56% -
HSV(B) 344.35º 0.84% 0.97% -
XYZ 41.14 22.1 12.69 -
YUV 108.05 120.08 227.11 -
System Red Green Blue C M Y K H S L
Decimal 247 40 94 0 0.84 0.62 0.03 344.35 0.93 0.56
Hex F7 28 5E 0 54 3E 3 158 5D 38
Octal 367 50 136 0 124 76 3 530 135 70
Binary 11110111 101000 1011110 0 1010100 111110 11 101011000 1011101 111000

Color Harmonies of #F7285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7285E

Black with #F7285E

Text Example


Text Example

White with #F7285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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