Html Css Color HEX #F8285D Radical Red

📋 copy color: '#F8285D'

red 248 ◦ green 40 ◦ blue 93

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

Shades of Radical Red #F8285D

Tints of Radical Red #F8285D

RGB

 RED value IS 248 (97.27% from 255) = 65.09%

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

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

R = 65.09%
G = 10.5%
B = 24.41%

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

#F8285D (or 0xF8285D) is known color: Radical Red. HEX triplet: F8, 28 and 5D. RGB value is (248,40,93). Sum of RGB (Red+Green+Blue) = 248+40+93=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8285D is #07D7A2. Grayscale: #6C6C6C. Windows color (decimal): -513955 or 6105336. OLE color: 6105336.

HSL color Cylindrical-coordinate representation of color #F8285D: hue angle of 344.71º degrees, saturation: 0.94, 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 #F8285D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 40 93 -
CMYK 0 0.84 0.62 0.03
HSL 344.71º 0.94% 0.56% -
HSV(B) 344.71º 0.84% 0.97% -
XYZ 41.45 22.26 12.47 -
YUV 108.23 119.41 227.69 -
System Red Green Blue C M Y K H S L
Decimal 248 40 93 0 0.84 0.62 0.03 344.71 0.94 0.56
Hex F8 28 5D 0 54 3E 3 159 5E 38
Octal 370 50 135 0 124 76 3 531 136 70
Binary 11111000 101000 1011101 0 1010100 111110 11 101011001 1011110 111000

Color Harmonies of #F8285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8285D

Black with #F8285D

Text Example


Text Example

White with #F8285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8285D; }

 p { color: rgb(248,40,93); }

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

background-color css

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

 a { background-color: rgb(248,40,93); }

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

border-color css

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

 span { border-color: rgb(248,40,93); }

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