Html Css Color HEX #F8245D Radical Red

📋 copy color: '#F8245D'

red 248 ◦ green 36 ◦ blue 93

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

Shades of Radical Red #F8245D

Tints of Radical Red #F8245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.55%

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

R = 65.78%
G = 9.55%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8245D (or 0xF8245D) is known color: Radical Red. HEX triplet: F8, 24 and 5D. RGB value is (248,36,93). Sum of RGB (Red+Green+Blue) = 248+36+93=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8245D is #07DBA2. Grayscale: #696969. Windows color (decimal): -514979 or 6104312. OLE color: 6104312.

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

Color convert

RGB 248 36 93 -
CMYK 0 0.85 0.62 0.03
HSL 343.87º 0.94% 0.56% -
HSV(B) 343.87º 0.85% 0.97% -
XYZ 41.32 22.01 12.43 -
YUV 105.89 120.74 229.37 -
System Red Green Blue C M Y K H S L
Decimal 248 36 93 0 0.85 0.62 0.03 343.87 0.94 0.56
Hex F8 24 5D 0 55 3E 3 158 5E 38
Octal 370 44 135 0 125 76 3 530 136 70
Binary 11111000 100100 1011101 0 1010101 111110 11 101011000 1011110 111000

Color Harmonies of #F8245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8245D

Black with #F8245D

Text Example


Text Example

White with #F8245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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