Html Css Color HEX #F8335D Radical Red

📋 copy color: '#F8335D'

red 248 ◦ green 51 ◦ blue 93

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

Shades of Radical Red #F8335D

Tints of Radical Red #F8335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.01%

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

R = 63.27%
G = 13.01%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8335D (or 0xF8335D) is known color: Radical Red. HEX triplet: F8, 33 and 5D. RGB value is (248,51,93). Sum of RGB (Red+Green+Blue) = 248+51+93=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8335D is #07CCA2. Grayscale: #727272. Windows color (decimal): -511139 or 6108152. OLE color: 6108152.

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

Color convert

RGB 248 51 93 -
CMYK 0 0.79 0.62 0.03
HSL 347.21º 0.93% 0.59% -
HSV(B) 347.21º 0.79% 0.97% -
XYZ 41.87 23.11 12.61 -
YUV 114.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 248 51 93 0 0.79 0.62 0.03 347.21 0.93 0.59
Hex F8 33 5D 0 4F 3E 3 15B 5D 3B
Octal 370 63 135 0 117 76 3 533 135 73
Binary 11111000 110011 1011101 0 1001111 111110 11 101011011 1011101 111011

Color Harmonies of #F8335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8335D

Black with #F8335D

Text Example


Text Example

White with #F8335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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