Html Css Color HEX #F12960 Radical Red

📋 copy color: '#F12960'

red 241 ◦ green 41 ◦ blue 96

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

Shades of Radical Red #F12960

Tints of Radical Red #F12960

RGB

 RED value IS 241 (94.53% from 255) = 63.76%

 GREEN value IS 41 (16.41% from 255) = 10.85%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 63.76%
G = 10.85%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F12960 (or 0xF12960) is known color: Radical Red. HEX triplet: F1, 29 and 60. RGB value is (241,41,96). Sum of RGB (Red+Green+Blue) = 241+41+96=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F12960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12960 is #0ED69F. Grayscale: #6B6B6B. Windows color (decimal): -972448 or 6302193. OLE color: 6302193.

HSL color Cylindrical-coordinate representation of color #F12960: hue angle of 343.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12960 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 41 96 -
CMYK 0 0.83 0.60 0.05
HSL 343.5º 0.88% 0.55% -
HSV(B) 343.5º 0.83% 0.95% -
XYZ 39.18 21.13 13.08 -
YUV 107.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 241 41 96 0 0.83 0.60 0.05 343.5 0.88 0.55
Hex F1 29 60 0 53 3C 5 158 58 37
Octal 361 51 140 0 123 74 5 530 130 67
Binary 11110001 101001 1100000 0 1010011 111100 101 101011000 1011000 110111

Color Harmonies of #F12960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12960

Black with #F12960

Text Example


Text Example

White with #F12960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12960; }

 p { color: rgb(241,41,96); }

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

background-color css

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

 a { background-color: rgb(241,41,96); }

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

border-color css

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

 span { border-color: rgb(241,41,96); }

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