Html Css Color HEX #F14669 Radical Red

📋 copy color: '#F14669'

red 241 ◦ green 70 ◦ blue 105

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

Shades of Radical Red #F14669

Tints of Radical Red #F14669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.24%

R = 57.93%
G = 16.83%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F14669 (or 0xF14669) is known color: Radical Red. HEX triplet: F1, 46 and 69. RGB value is (241,70,105). Sum of RGB (Red+Green+Blue) = 241+70+105=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F14669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14669 is #0EB996. Grayscale: #7D7D7D. Windows color (decimal): -965015 or 6899441. OLE color: 6899441.

HSL color Cylindrical-coordinate representation of color #F14669: hue angle of 347.72º 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 #F14669 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 105 -
CMYK 0 0.71 0.56 0.05
HSL 347.72º 0.86% 0.61% -
HSV(B) 347.72º 0.71% 0.95% -
XYZ 41.02 24.1 15.85 -
YUV 125.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 241 70 105 0 0.71 0.56 0.05 347.72 0.86 0.61
Hex F1 46 69 0 47 38 5 15C 56 3D
Octal 361 106 151 0 107 70 5 534 126 75
Binary 11110001 1000110 1101001 0 1000111 111000 101 101011100 1010110 111101

Color Harmonies of #F14669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14669

Black with #F14669

Text Example


Text Example

White with #F14669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14669; }

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

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

background-color css

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

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

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

border-color css

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

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

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