Html Css Color HEX #F14968 Radical Red

📋 copy color: '#F14968'

red 241 ◦ green 73 ◦ blue 104

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

Shades of Radical Red #F14968

Tints of Radical Red #F14968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 57.66%
G = 17.46%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F14968 (or 0xF14968) is known color: Radical Red. HEX triplet: F1, 49 and 68. RGB value is (241,73,104). Sum of RGB (Red+Green+Blue) = 241+73+104=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F14968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14968 is #0EB697. Grayscale: #7E7E7E. Windows color (decimal): -964248 or 6834673. OLE color: 6834673.

HSL color Cylindrical-coordinate representation of color #F14968: hue angle of 348.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14968 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 104 -
CMYK 0 0.70 0.57 0.05
HSL 348.93º 0.86% 0.62% -
HSV(B) 348.93º 0.7% 0.95% -
XYZ 41.16 24.47 15.65 -
YUV 126.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 241 73 104 0 0.70 0.57 0.05 348.93 0.86 0.62
Hex F1 49 68 0 46 39 5 15D 56 3E
Octal 361 111 150 0 106 71 5 535 126 76
Binary 11110001 1001001 1101000 0 1000110 111001 101 101011101 1010110 111110

Color Harmonies of #F14968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14968

Black with #F14968

Text Example


Text Example

White with #F14968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14968; }

 p { color: rgb(241,73,104); }

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

background-color css

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

 a { background-color: rgb(241,73,104); }

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

border-color css

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

 span { border-color: rgb(241,73,104); }

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