Html Css Color HEX #F1325A Radical Red

📋 copy color: '#F1325A'

red 241 ◦ green 50 ◦ blue 90

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

Shades of Radical Red #F1325A

Tints of Radical Red #F1325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

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

R = 63.25%
G = 13.12%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1325A (or 0xF1325A) is known color: Radical Red. HEX triplet: F1, 32 and 5A. RGB value is (241,50,90). Sum of RGB (Red+Green+Blue) = 241+50+90=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1325A is #0ECDA5. Grayscale: #6F6F6F. Windows color (decimal): -970150 or 5911281. OLE color: 5911281.

HSL color Cylindrical-coordinate representation of color #F1325A: hue angle of 347.43º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1325A is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 50 90 -
CMYK 0 0.79 0.63 0.05
HSL 347.43º 0.87% 0.57% -
HSV(B) 347.43º 0.79% 0.95% -
XYZ 39.26 21.72 11.8 -
YUV 111.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 241 50 90 0 0.79 0.63 0.05 347.43 0.87 0.57
Hex F1 32 5A 0 4F 3F 5 15B 57 39
Octal 361 62 132 0 117 77 5 533 127 71
Binary 11110001 110010 1011010 0 1001111 111111 101 101011011 1010111 111001

Color Harmonies of #F1325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1325A

Black with #F1325A

Text Example


Text Example

White with #F1325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1325A; }

 p { color: rgb(241,50,90); }

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

background-color css

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

 a { background-color: rgb(241,50,90); }

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

border-color css

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

 span { border-color: rgb(241,50,90); }

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