Html Css Color HEX #F1445A Radical Red

📋 copy color: '#F1445A'

red 241 ◦ green 68 ◦ blue 90

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

Shades of Radical Red #F1445A

Tints of Radical Red #F1445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

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

R = 60.4%
G = 17.04%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1445A (or 0xF1445A) is known color: Radical Red. HEX triplet: F1, 44 and 5A. RGB value is (241,68,90). Sum of RGB (Red+Green+Blue) = 241+68+90=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1445A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1445A is #0EBBA5. Grayscale: #7A7A7A. Windows color (decimal): -965542 or 5915889. OLE color: 5915889.

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

Color convert

RGB 241 68 90 -
CMYK 0 0.72 0.63 0.05
HSL 352.37º 0.86% 0.61% -
HSV(B) 352.37º 0.72% 0.95% -
XYZ 40.19 23.57 12.1 -
YUV 122.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 241 68 90 0 0.72 0.63 0.05 352.37 0.86 0.61
Hex F1 44 5A 0 48 3F 5 160 56 3D
Octal 361 104 132 0 110 77 5 540 126 75
Binary 11110001 1000100 1011010 0 1001000 111111 101 101100000 1010110 111101

Color Harmonies of #F1445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1445A

Black with #F1445A

Text Example


Text Example

White with #F1445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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