Html Css Color HEX #F12C65 Radical Red

📋 copy color: '#F12C65'

red 241 ◦ green 44 ◦ blue 101

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

Shades of Radical Red #F12C65

Tints of Radical Red #F12C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.4%

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 62.44%
G = 11.4%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F12C65 (or 0xF12C65) is known color: Radical Red. HEX triplet: F1, 2C and 65. RGB value is (241,44,101). Sum of RGB (Red+Green+Blue) = 241+44+101=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C65 is #0ED39A. Grayscale: #6D6D6D. Windows color (decimal): -971675 or 6630641. OLE color: 6630641.

HSL color Cylindrical-coordinate representation of color #F12C65: hue angle of 342.64º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C65 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 44 101 -
CMYK 0 0.82 0.58 0.05
HSL 342.64º 0.88% 0.56% -
HSV(B) 342.64º 0.82% 0.95% -
XYZ 39.53 21.44 14.37 -
YUV 109.4 123.27 221.87 -
System Red Green Blue C M Y K H S L
Decimal 241 44 101 0 0.82 0.58 0.05 342.64 0.88 0.56
Hex F1 2C 65 0 52 3A 5 157 58 38
Octal 361 54 145 0 122 72 5 527 130 70
Binary 11110001 101100 1100101 0 1010010 111010 101 101010111 1011000 111000

Color Harmonies of #F12C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C65

Black with #F12C65

Text Example


Text Example

White with #F12C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C65; }

 p { color: rgb(241,44,101); }

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

background-color css

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

 a { background-color: rgb(241,44,101); }

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

border-color css

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

 span { border-color: rgb(241,44,101); }

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