Html Css Color HEX #F2315B Radical Red

📋 copy color: '#F2315B'

red 242 ◦ green 49 ◦ blue 91

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

Shades of Radical Red #F2315B

Tints of Radical Red #F2315B

RGB

 RED value IS 242 (94.92% from 255) = 63.35%

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

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 63.35%
G = 12.83%
B = 23.82%

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

#F2315B (or 0xF2315B) is known color: Radical Red. HEX triplet: F2, 31 and 5B. RGB value is (242,49,91). Sum of RGB (Red+Green+Blue) = 242+49+91=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F2315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2315B is #0DCEA4. Grayscale: #6F6F6F. Windows color (decimal): -904869 or 5976562. OLE color: 5976562.

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

Color convert

RGB 242 49 91 -
CMYK 0 0.80 0.62 0.05
HSL 346.94º 0.88% 0.57% -
HSV(B) 346.94º 0.8% 0.95% -
XYZ 39.6 21.83 12.02 -
YUV 111.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 242 49 91 0 0.80 0.62 0.05 346.94 0.88 0.57
Hex F2 31 5B 0 50 3E 5 15B 58 39
Octal 362 61 133 0 120 76 5 533 130 71
Binary 11110010 110001 1011011 0 1010000 111110 101 101011011 1011000 111001

Color Harmonies of #F2315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2315B

Black with #F2315B

Text Example


Text Example

White with #F2315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2315B; }

 p { color: rgb(242,49,91); }

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

background-color css

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

 a { background-color: rgb(242,49,91); }

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

border-color css

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

 span { border-color: rgb(242,49,91); }

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