Html Css Color HEX #F14667 Radical Red

📋 copy color: '#F14667'

red 241 ◦ green 70 ◦ blue 103

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

Shades of Radical Red #F14667

Tints of Radical Red #F14667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.88%

R = 58.21%
G = 16.91%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F14667 (or 0xF14667) is known color: Radical Red. HEX triplet: F1, 46 and 67. RGB value is (241,70,103). Sum of RGB (Red+Green+Blue) = 241+70+103=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F14667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14667 is #0EB998. Grayscale: #7C7C7C. Windows color (decimal): -965017 or 6768369. OLE color: 6768369.

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

Color convert

RGB 241 70 103 -
CMYK 0 0.71 0.57 0.05
HSL 348.42º 0.86% 0.61% -
HSV(B) 348.42º 0.71% 0.95% -
XYZ 40.91 24.06 15.32 -
YUV 124.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 241 70 103 0 0.71 0.57 0.05 348.42 0.86 0.61
Hex F1 46 67 0 47 39 5 15C 56 3D
Octal 361 106 147 0 107 71 5 534 126 75
Binary 11110001 1000110 1100111 0 1000111 111001 101 101011100 1010110 111101

Color Harmonies of #F14667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14667

Black with #F14667

Text Example


Text Example

White with #F14667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14667; }

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

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

background-color css

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

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

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

border-color css

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

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

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