Html Css Color HEX #F13964 Radical Red

📋 copy color: '#F13964'

red 241 ◦ green 57 ◦ blue 100

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

Shades of Radical Red #F13964

Tints of Radical Red #F13964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 60.55%
G = 14.32%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F13964 (or 0xF13964) is known color: Radical Red. HEX triplet: F1, 39 and 64. RGB value is (241,57,100). Sum of RGB (Red+Green+Blue) = 241+57+100=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F13964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13964 is #0EC69B. Grayscale: #747474. Windows color (decimal): -968348 or 6568433. OLE color: 6568433.

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

Color convert

RGB 241 57 100 -
CMYK 0 0.76 0.59 0.05
HSL 345.98º 0.87% 0.58% -
HSV(B) 345.98º 0.76% 0.95% -
XYZ 40.04 22.55 14.3 -
YUV 116.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 241 57 100 0 0.76 0.59 0.05 345.98 0.87 0.58
Hex F1 39 64 0 4C 3B 5 15A 57 3A
Octal 361 71 144 0 114 73 5 532 127 72
Binary 11110001 111001 1100100 0 1001100 111011 101 101011010 1010111 111010

Color Harmonies of #F13964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13964

Black with #F13964

Text Example


Text Example

White with #F13964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13964; }

 p { color: rgb(241,57,100); }

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

background-color css

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

 a { background-color: rgb(241,57,100); }

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

border-color css

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

 span { border-color: rgb(241,57,100); }

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