Html Css Color HEX #F13765 Radical Red

📋 copy color: '#F13765'

red 241 ◦ green 55 ◦ blue 101

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

Shades of Radical Red #F13765

Tints of Radical Red #F13765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 60.71%
G = 13.85%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F13765 (or 0xF13765) is known color: Radical Red. HEX triplet: F1, 37 and 65. RGB value is (241,55,101). Sum of RGB (Red+Green+Blue) = 241+55+101=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F13765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13765 is #0EC89A. Grayscale: #737373. Windows color (decimal): -968859 or 6633457. OLE color: 6633457.

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

Color convert

RGB 241 55 101 -
CMYK 0 0.77 0.58 0.05
HSL 345.16º 0.87% 0.58% -
HSV(B) 345.16º 0.77% 0.95% -
XYZ 39.99 22.37 14.52 -
YUV 115.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 241 55 101 0 0.77 0.58 0.05 345.16 0.87 0.58
Hex F1 37 65 0 4D 3A 5 159 57 3A
Octal 361 67 145 0 115 72 5 531 127 72
Binary 11110001 110111 1100101 0 1001101 111010 101 101011001 1010111 111010

Color Harmonies of #F13765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13765

Black with #F13765

Text Example


Text Example

White with #F13765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13765; }

 p { color: rgb(241,55,101); }

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

background-color css

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

 a { background-color: rgb(241,55,101); }

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

border-color css

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

 span { border-color: rgb(241,55,101); }

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