Html Css Color HEX #F0315C Radical Red

📋 copy color: '#F0315C'

red 240 ◦ green 49 ◦ blue 92

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

Shades of Radical Red #F0315C

Tints of Radical Red #F0315C

RGB

 RED value IS 240 (94.14% from 255) = 62.99%

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 62.99%
G = 12.86%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0315C (or 0xF0315C) is known color: Radical Red. HEX triplet: F0, 31 and 5C. RGB value is (240,49,92). Sum of RGB (Red+Green+Blue) = 240+49+92=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0315C is #0FCEA3. Grayscale: #6F6F6F. Windows color (decimal): -1035940 or 6042096. OLE color: 6042096.

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

Color convert

RGB 240 49 92 -
CMYK 0 0.80 0.62 0.06
HSL 346.49º 0.86% 0.57% -
HSV(B) 346.49º 0.8% 0.94% -
XYZ 38.97 21.49 12.22 -
YUV 111.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 240 49 92 0 0.80 0.62 0.06 346.49 0.86 0.57
Hex F0 31 5C 0 50 3E 6 15A 56 39
Octal 360 61 134 0 120 76 6 532 126 71
Binary 11110000 110001 1011100 0 1010000 111110 110 101011010 1010110 111001

Color Harmonies of #F0315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0315C

Black with #F0315C

Text Example


Text Example

White with #F0315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0315C; }

 p { color: rgb(240,49,92); }

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

background-color css

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

 a { background-color: rgb(240,49,92); }

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

border-color css

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

 span { border-color: rgb(240,49,92); }

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