Html Css Color HEX #F14070 Radical Red

📋 copy color: '#F14070'

red 241 ◦ green 64 ◦ blue 112

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

Shades of Radical Red #F14070

Tints of Radical Red #F14070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 57.79%
G = 15.35%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F14070 (or 0xF14070) is known color: Radical Red. HEX triplet: F1, 40 and 70. RGB value is (241,64,112). Sum of RGB (Red+Green+Blue) = 241+64+112=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F14070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14070 is #0EBF8F. Grayscale: #7A7A7A. Windows color (decimal): -966544 or 7356657. OLE color: 7356657.

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

Color convert

RGB 241 64 112 -
CMYK 0 0.73 0.54 0.05
HSL 343.73º 0.86% 0.6% -
HSV(B) 343.73º 0.73% 0.95% -
XYZ 41.03 23.54 17.71 -
YUV 122.4 122.14 212.6 -
System Red Green Blue C M Y K H S L
Decimal 241 64 112 0 0.73 0.54 0.05 343.73 0.86 0.6
Hex F1 40 70 0 49 36 5 158 56 3C
Octal 361 100 160 0 111 66 5 530 126 74
Binary 11110001 1000000 1110000 0 1001001 110110 101 101011000 1010110 111100

Color Harmonies of #F14070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14070

Black with #F14070

Text Example


Text Example

White with #F14070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14070; }

 p { color: rgb(241,64,112); }

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

background-color css

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

 a { background-color: rgb(241,64,112); }

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

border-color css

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

 span { border-color: rgb(241,64,112); }

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