Html Css Color HEX #F14F5C Radical Red

📋 copy color: '#F14F5C'

red 241 ◦ green 79 ◦ blue 92

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

Shades of Radical Red #F14F5C

Tints of Radical Red #F14F5C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 58.5%
G = 19.17%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F14F5C (or 0xF14F5C) is known color: Radical Red. HEX triplet: F1, 4F and 5C. RGB value is (241,79,92). Sum of RGB (Red+Green+Blue) = 241+79+92=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F5C is #0EB0A3. Grayscale: #818181. Windows color (decimal): -962724 or 6049777. OLE color: 6049777.

HSL color Cylindrical-coordinate representation of color #F14F5C: hue angle of 355.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F14F5C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 79 92 -
CMYK 0 0.67 0.62 0.05
HSL 355.19º 0.85% 0.63% -
HSV(B) 355.19º 0.67% 0.95% -
XYZ 41 25.07 12.8 -
YUV 128.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 241 79 92 0 0.67 0.62 0.05 355.19 0.85 0.63
Hex F1 4F 5C 0 43 3E 5 163 55 3F
Octal 361 117 134 0 103 76 5 543 125 77
Binary 11110001 1001111 1011100 0 1000011 111110 101 101100011 1010101 111111

Color Harmonies of #F14F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F5C

Black with #F14F5C

Text Example


Text Example

White with #F14F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F5C; }

 p { color: rgb(241,79,92); }

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

background-color css

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

 a { background-color: rgb(241,79,92); }

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

border-color css

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

 span { border-color: rgb(241,79,92); }

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