Html Css Color HEX #F14655 Radical Red

📋 copy color: '#F14655'

red 241 ◦ green 70 ◦ blue 85

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

Shades of Radical Red #F14655

Tints of Radical Red #F14655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 60.86%
G = 17.68%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F14655 (or 0xF14655) is known color: Radical Red. HEX triplet: F1, 46 and 55. RGB value is (241,70,85). Sum of RGB (Red+Green+Blue) = 241+70+85=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F14655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14655 is #0EB9AA. Grayscale: #7A7A7A. Windows color (decimal): -965035 or 5588721. OLE color: 5588721.

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

Color convert

RGB 241 70 85 -
CMYK 0 0.71 0.65 0.05
HSL 354.74º 0.86% 0.61% -
HSV(B) 354.74º 0.71% 0.95% -
XYZ 40.11 23.74 11.06 -
YUV 122.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 241 70 85 0 0.71 0.65 0.05 354.74 0.86 0.61
Hex F1 46 55 0 47 41 5 163 56 3D
Octal 361 106 125 0 107 101 5 543 126 75
Binary 11110001 1000110 1010101 0 1000111 1000001 101 101100011 1010110 111101

Color Harmonies of #F14655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14655

Black with #F14655

Text Example


Text Example

White with #F14655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14655; }

 p { color: rgb(241,70,85); }

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

background-color css

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

 a { background-color: rgb(241,70,85); }

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

border-color css

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

 span { border-color: rgb(241,70,85); }

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