Html Css Color HEX #F13C68 Radical Red

📋 copy color: '#F13C68'

red 241 ◦ green 60 ◦ blue 104

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

Shades of Radical Red #F13C68

Tints of Radical Red #F13C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.81%

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 59.51%
G = 14.81%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F13C68 (or 0xF13C68) is known color: Radical Red. HEX triplet: F1, 3C and 68. RGB value is (241,60,104). Sum of RGB (Red+Green+Blue) = 241+60+104=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C68 is #0EC397. Grayscale: #777777. Windows color (decimal): -967576 or 6831345. OLE color: 6831345.

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

Color convert

RGB 241 60 104 -
CMYK 0 0.75 0.57 0.05
HSL 345.41º 0.87% 0.59% -
HSV(B) 345.41º 0.75% 0.95% -
XYZ 40.39 22.93 15.39 -
YUV 119.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 241 60 104 0 0.75 0.57 0.05 345.41 0.87 0.59
Hex F1 3C 68 0 4B 39 5 159 57 3B
Octal 361 74 150 0 113 71 5 531 127 73
Binary 11110001 111100 1101000 0 1001011 111001 101 101011001 1010111 111011

Color Harmonies of #F13C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C68

Black with #F13C68

Text Example


Text Example

White with #F13C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C68; }

 p { color: rgb(241,60,104); }

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

background-color css

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

 a { background-color: rgb(241,60,104); }

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

border-color css

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

 span { border-color: rgb(241,60,104); }

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