Html Css Color HEX #F2416A Radical Red

📋 copy color: '#F2416A'

red 242 ◦ green 65 ◦ blue 106

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

Shades of Radical Red #F2416A

Tints of Radical Red #F2416A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 58.6%
G = 15.74%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2416A (or 0xF2416A) is known color: Radical Red. HEX triplet: F2, 41 and 6A. RGB value is (242,65,106). Sum of RGB (Red+Green+Blue) = 242+65+106=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F2416A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2416A is #0DBE95. Grayscale: #7A7A7A. Windows color (decimal): -900758 or 6963698. OLE color: 6963698.

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

Color convert

RGB 242 65 106 -
CMYK 0 0.73 0.56 0.05
HSL 346.1º 0.87% 0.6% -
HSV(B) 346.1º 0.73% 0.95% -
XYZ 41.11 23.7 16.04 -
YUV 122.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 242 65 106 0 0.73 0.56 0.05 346.1 0.87 0.6
Hex F2 41 6A 0 49 38 5 15A 57 3C
Octal 362 101 152 0 111 70 5 532 127 74
Binary 11110010 1000001 1101010 0 1001001 111000 101 101011010 1010111 111100

Color Harmonies of #F2416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2416A

Black with #F2416A

Text Example


Text Example

White with #F2416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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