Html Css Color HEX #F12D65 Radical Red

📋 copy color: '#F12D65'

red 241 ◦ green 45 ◦ blue 101

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

Shades of Radical Red #F12D65

Tints of Radical Red #F12D65

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

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

R = 62.27%
G = 11.63%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F12D65 (or 0xF12D65) is known color: Radical Red. HEX triplet: F1, 2D and 65. RGB value is (241,45,101). Sum of RGB (Red+Green+Blue) = 241+45+101=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D65 is #0ED29A. Grayscale: #6D6D6D. Windows color (decimal): -971419 or 6630897. OLE color: 6630897.

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

Color convert

RGB 241 45 101 -
CMYK 0 0.81 0.58 0.05
HSL 342.86º 0.88% 0.56% -
HSV(B) 342.86º 0.81% 0.95% -
XYZ 39.56 21.52 14.38 -
YUV 109.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 241 45 101 0 0.81 0.58 0.05 342.86 0.88 0.56
Hex F1 2D 65 0 51 3A 5 157 58 38
Octal 361 55 145 0 121 72 5 527 130 70
Binary 11110001 101101 1100101 0 1010001 111010 101 101010111 1011000 111000

Color Harmonies of #F12D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D65

Black with #F12D65

Text Example


Text Example

White with #F12D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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