Html Css Color HEX #F8305F Radical Red

📋 copy color: '#F8305F'

red 248 ◦ green 48 ◦ blue 95

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

Shades of Radical Red #F8305F

Tints of Radical Red #F8305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.28%

 BLUE value IS 95 (37.5% from 255) = 24.3%

R = 63.43%
G = 12.28%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8305F (or 0xF8305F) is known color: Radical Red. HEX triplet: F8, 30 and 5F. RGB value is (248,48,95). Sum of RGB (Red+Green+Blue) = 248+48+95=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8305F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8305F is #07CFA0. Grayscale: #717171. Windows color (decimal): -511905 or 6238456. OLE color: 6238456.

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

Color convert

RGB 248 48 95 -
CMYK 0 0.81 0.62 0.03
HSL 345.9º 0.93% 0.58% -
HSV(B) 345.9º 0.81% 0.97% -
XYZ 41.83 22.9 13.04 -
YUV 113.16 117.76 224.18 -
System Red Green Blue C M Y K H S L
Decimal 248 48 95 0 0.81 0.62 0.03 345.9 0.93 0.58
Hex F8 30 5F 0 51 3E 3 15A 5D 3A
Octal 370 60 137 0 121 76 3 532 135 72
Binary 11111000 110000 1011111 0 1010001 111110 11 101011010 1011101 111010

Color Harmonies of #F8305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8305F

Black with #F8305F

Text Example


Text Example

White with #F8305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8305F; }

 p { color: rgb(248,48,95); }

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

background-color css

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

 a { background-color: rgb(248,48,95); }

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

border-color css

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

 span { border-color: rgb(248,48,95); }

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