Html Css Color HEX #F3315D Radical Red

📋 copy color: '#F3315D'

red 243 ◦ green 49 ◦ blue 93

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

Shades of Radical Red #F3315D

Tints of Radical Red #F3315D

RGB

 RED value IS 243 (95.31% from 255) = 63.12%

 GREEN value IS 49 (19.53% from 255) = 12.73%

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

R = 63.12%
G = 12.73%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3315D (or 0xF3315D) is known color: Radical Red. HEX triplet: F3, 31 and 5D. RGB value is (243,49,93). Sum of RGB (Red+Green+Blue) = 243+49+93=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3315D is #0CCEA2. Grayscale: #707070. Windows color (decimal): -839331 or 6107635. OLE color: 6107635.

HSL color Cylindrical-coordinate representation of color #F3315D: hue angle of 346.39º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3315D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 93 -
CMYK 0 0.80 0.62 0.05
HSL 346.39º 0.89% 0.57% -
HSV(B) 346.39º 0.8% 0.95% -
XYZ 40.04 22.04 12.5 -
YUV 112.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 243 49 93 0 0.80 0.62 0.05 346.39 0.89 0.57
Hex F3 31 5D 0 50 3E 5 15A 59 39
Octal 363 61 135 0 120 76 5 532 131 71
Binary 11110011 110001 1011101 0 1010000 111110 101 101011010 1011001 111001

Color Harmonies of #F3315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3315D

Black with #F3315D

Text Example


Text Example

White with #F3315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3315D; }

 p { color: rgb(243,49,93); }

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

background-color css

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

 a { background-color: rgb(243,49,93); }

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

border-color css

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

 span { border-color: rgb(243,49,93); }

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