Html Css Color HEX #F14367 Radical Red

📋 copy color: '#F14367'

red 241 ◦ green 67 ◦ blue 103

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

Shades of Radical Red #F14367

Tints of Radical Red #F14367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.3%

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

R = 58.64%
G = 16.3%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F14367 (or 0xF14367) is known color: Radical Red. HEX triplet: F1, 43 and 67. RGB value is (241,67,103). Sum of RGB (Red+Green+Blue) = 241+67+103=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F14367 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14367 is #0EBC98. Grayscale: #7B7B7B. Windows color (decimal): -965785 or 6767601. OLE color: 6767601.

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

Color convert

RGB 241 67 103 -
CMYK 0 0.72 0.57 0.05
HSL 347.59º 0.86% 0.6% -
HSV(B) 347.59º 0.72% 0.95% -
XYZ 40.73 23.69 15.26 -
YUV 123.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 241 67 103 0 0.72 0.57 0.05 347.59 0.86 0.6
Hex F1 43 67 0 48 39 5 15C 56 3C
Octal 361 103 147 0 110 71 5 534 126 74
Binary 11110001 1000011 1100111 0 1001000 111001 101 101011100 1010110 111100

Color Harmonies of #F14367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14367

Black with #F14367

Text Example


Text Example

White with #F14367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14367; }

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

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

background-color css

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

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

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

border-color css

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

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

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