Html Css Color HEX #F14267 Radical Red

📋 copy color: '#F14267'

red 241 ◦ green 66 ◦ blue 103

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

Shades of Radical Red #F14267

Tints of Radical Red #F14267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.1%

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

R = 58.78%
G = 16.1%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F14267 (or 0xF14267) is known color: Radical Red. HEX triplet: F1, 42 and 67. RGB value is (241,66,103). Sum of RGB (Red+Green+Blue) = 241+66+103=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F14267 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14267 is #0EBD98. Grayscale: #7A7A7A. Windows color (decimal): -966041 or 6767345. OLE color: 6767345.

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

Color convert

RGB 241 66 103 -
CMYK 0 0.73 0.57 0.05
HSL 347.31º 0.86% 0.6% -
HSV(B) 347.31º 0.73% 0.95% -
XYZ 40.67 23.58 15.24 -
YUV 122.54 116.98 212.49 -
System Red Green Blue C M Y K H S L
Decimal 241 66 103 0 0.73 0.57 0.05 347.31 0.86 0.6
Hex F1 42 67 0 49 39 5 15B 56 3C
Octal 361 102 147 0 111 71 5 533 126 74
Binary 11110001 1000010 1100111 0 1001001 111001 101 101011011 1010110 111100

Color Harmonies of #F14267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14267

Black with #F14267

Text Example


Text Example

White with #F14267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14267; }

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

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

background-color css

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

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

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

border-color css

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

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

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