Html Css Color HEX #F8306B Radical Red

📋 copy color: '#F8306B'

red 248 ◦ green 48 ◦ blue 107

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

Shades of Radical Red #F8306B

Tints of Radical Red #F8306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.55%

R = 61.54%
G = 11.91%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8306B (or 0xF8306B) is known color: Radical Red. HEX triplet: F8, 30 and 6B. RGB value is (248,48,107). Sum of RGB (Red+Green+Blue) = 248+48+107=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F8306B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8306B is #07CF94. Grayscale: #727272. Windows color (decimal): -511893 or 7024888. OLE color: 7024888.

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

Color convert

RGB 248 48 107 -
CMYK 0 0.81 0.57 0.03
HSL 342.3º 0.93% 0.58% -
HSV(B) 342.3º 0.81% 0.97% -
XYZ 42.42 23.13 16.14 -
YUV 114.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 248 48 107 0 0.81 0.57 0.03 342.3 0.93 0.58
Hex F8 30 6B 0 51 39 3 156 5D 3A
Octal 370 60 153 0 121 71 3 526 135 72
Binary 11111000 110000 1101011 0 1010001 111001 11 101010110 1011101 111010

Color Harmonies of #F8306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8306B

Black with #F8306B

Text Example


Text Example

White with #F8306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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