Html Css Color HEX #F2415D Radical Red

📋 copy color: '#F2415D'

red 242 ◦ green 65 ◦ blue 93

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

Shades of Radical Red #F2415D

Tints of Radical Red #F2415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 60.5%
G = 16.25%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2415D (or 0xF2415D) is known color: Radical Red. HEX triplet: F2, 41 and 5D. RGB value is (242,65,93). Sum of RGB (Red+Green+Blue) = 242+65+93=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2415D is #0DBEA2. Grayscale: #797979. Windows color (decimal): -900771 or 6111730. OLE color: 6111730.

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

Color convert

RGB 242 65 93 -
CMYK 0 0.73 0.62 0.05
HSL 350.51º 0.87% 0.6% -
HSV(B) 350.51º 0.73% 0.95% -
XYZ 40.48 23.45 12.75 -
YUV 121.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 242 65 93 0 0.73 0.62 0.05 350.51 0.87 0.6
Hex F2 41 5D 0 49 3E 5 15F 57 3C
Octal 362 101 135 0 111 76 5 537 127 74
Binary 11110010 1000001 1011101 0 1001001 111110 101 101011111 1010111 111100

Color Harmonies of #F2415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2415D

Black with #F2415D

Text Example


Text Example

White with #F2415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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