Html Css Color HEX #F2416D Radical Red

📋 copy color: '#F2416D'

red 242 ◦ green 65 ◦ blue 109

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

Shades of Radical Red #F2416D

Tints of Radical Red #F2416D

RGB

 RED value IS 242 (94.92% from 255) = 58.17%

 GREEN value IS 65 (25.78% from 255) = 15.63%

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 58.17%
G = 15.63%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2416D (or 0xF2416D) is known color: Radical Red. HEX triplet: F2, 41 and 6D. RGB value is (242,65,109). Sum of RGB (Red+Green+Blue) = 242+65+109=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2416D is #0DBE92. Grayscale: #7A7A7A. Windows color (decimal): -900755 or 7160306. OLE color: 7160306.

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

Color convert

RGB 242 65 109 -
CMYK 0 0.73 0.55 0.05
HSL 345.08º 0.87% 0.6% -
HSV(B) 345.08º 0.73% 0.95% -
XYZ 41.27 23.76 16.88 -
YUV 122.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 242 65 109 0 0.73 0.55 0.05 345.08 0.87 0.6
Hex F2 41 6D 0 49 37 5 159 57 3C
Octal 362 101 155 0 111 67 5 531 127 74
Binary 11110010 1000001 1101101 0 1001001 110111 101 101011001 1010111 111100

Color Harmonies of #F2416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2416D

Black with #F2416D

Text Example


Text Example

White with #F2416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2416D; }

 p { color: rgb(242,65,109); }

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

background-color css

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

 a { background-color: rgb(242,65,109); }

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

border-color css

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

 span { border-color: rgb(242,65,109); }

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