Html Css Color HEX #F3315A Radical Red

📋 copy color: '#F3315A'

red 243 ◦ green 49 ◦ blue 90

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

Shades of Radical Red #F3315A

Tints of Radical Red #F3315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 63.61%
G = 12.83%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3315A (or 0xF3315A) is known color: Radical Red. HEX triplet: F3, 31 and 5A. RGB value is (243,49,90). Sum of RGB (Red+Green+Blue) = 243+49+90=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F3315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3315A is #0CCEA5. Grayscale: #6F6F6F. Windows color (decimal): -839334 or 5911027. OLE color: 5911027.

HSL color Cylindrical-coordinate representation of color #F3315A: hue angle of 347.32º 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 #F3315A is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 90 -
CMYK 0 0.80 0.63 0.05
HSL 347.32º 0.89% 0.57% -
HSV(B) 347.32º 0.8% 0.95% -
XYZ 39.91 21.99 11.81 -
YUV 111.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 243 49 90 0 0.80 0.63 0.05 347.32 0.89 0.57
Hex F3 31 5A 0 50 3F 5 15B 59 39
Octal 363 61 132 0 120 77 5 533 131 71
Binary 11110011 110001 1011010 0 1010000 111111 101 101011011 1011001 111001

Color Harmonies of #F3315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3315A

Black with #F3315A

Text Example


Text Example

White with #F3315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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