Html Css Color HEX #F14564 Radical Red

📋 copy color: '#F14564'

red 241 ◦ green 69 ◦ blue 100

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

Shades of Radical Red #F14564

Tints of Radical Red #F14564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.83%

 BLUE value IS 100 (39.45% from 255) = 24.39%

R = 58.78%
G = 16.83%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F14564 (or 0xF14564) is known color: Radical Red. HEX triplet: F1, 45 and 64. RGB value is (241,69,100). Sum of RGB (Red+Green+Blue) = 241+69+100=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F14564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14564 is #0EBA9B. Grayscale: #7C7C7C. Windows color (decimal): -965276 or 6571505. OLE color: 6571505.

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

Color convert

RGB 241 69 100 -
CMYK 0 0.71 0.59 0.05
HSL 349.19º 0.86% 0.61% -
HSV(B) 349.19º 0.71% 0.95% -
XYZ 40.7 23.88 14.52 -
YUV 123.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 241 69 100 0 0.71 0.59 0.05 349.19 0.86 0.61
Hex F1 45 64 0 47 3B 5 15D 56 3D
Octal 361 105 144 0 107 73 5 535 126 75
Binary 11110001 1000101 1100100 0 1000111 111011 101 101011101 1010110 111101

Color Harmonies of #F14564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14564

Black with #F14564

Text Example


Text Example

White with #F14564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14564; }

 p { color: rgb(241,69,100); }

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

background-color css

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

 a { background-color: rgb(241,69,100); }

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

border-color css

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

 span { border-color: rgb(241,69,100); }

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