Html Css Color HEX #F14369 Radical Red

📋 copy color: '#F14369'

red 241 ◦ green 67 ◦ blue 105

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

Shades of Radical Red #F14369

Tints of Radical Red #F14369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.22%

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

R = 58.35%
G = 16.22%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F14369 (or 0xF14369) is known color: Radical Red. HEX triplet: F1, 43 and 69. RGB value is (241,67,105). Sum of RGB (Red+Green+Blue) = 241+67+105=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F14369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14369 is #0EBC96. Grayscale: #7B7B7B. Windows color (decimal): -965783 or 6898673. OLE color: 6898673.

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

Color convert

RGB 241 67 105 -
CMYK 0 0.72 0.56 0.05
HSL 346.9º 0.86% 0.6% -
HSV(B) 346.9º 0.72% 0.95% -
XYZ 40.83 23.74 15.79 -
YUV 123.36 117.65 211.91 -
System Red Green Blue C M Y K H S L
Decimal 241 67 105 0 0.72 0.56 0.05 346.9 0.86 0.6
Hex F1 43 69 0 48 38 5 15B 56 3C
Octal 361 103 151 0 110 70 5 533 126 74
Binary 11110001 1000011 1101001 0 1001000 111000 101 101011011 1010110 111100

Color Harmonies of #F14369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14369

Black with #F14369

Text Example


Text Example

White with #F14369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14369; }

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

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

background-color css

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

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

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

border-color css

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

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

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