Html Css Color HEX #F2425E Radical Red

📋 copy color: '#F2425E'

red 242 ◦ green 66 ◦ blue 94

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

Shades of Radical Red #F2425E

Tints of Radical Red #F2425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.42%

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 60.2%
G = 16.42%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2425E (or 0xF2425E) is known color: Radical Red. HEX triplet: F2, 42 and 5E. RGB value is (242,66,94). Sum of RGB (Red+Green+Blue) = 242+66+94=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2425E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2425E is #0DBDA1. Grayscale: #797979. Windows color (decimal): -900514 or 6177522. OLE color: 6177522.

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

Color convert

RGB 242 66 94 -
CMYK 0 0.73 0.61 0.05
HSL 350.45º 0.87% 0.6% -
HSV(B) 350.45º 0.73% 0.95% -
XYZ 40.59 23.58 13 -
YUV 121.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 242 66 94 0 0.73 0.61 0.05 350.45 0.87 0.6
Hex F2 42 5E 0 49 3D 5 15E 57 3C
Octal 362 102 136 0 111 75 5 536 127 74
Binary 11110010 1000010 1011110 0 1001001 111101 101 101011110 1010111 111100

Color Harmonies of #F2425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2425E

Black with #F2425E

Text Example


Text Example

White with #F2425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2425E; }

 p { color: rgb(242,66,94); }

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

background-color css

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

 a { background-color: rgb(242,66,94); }

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

border-color css

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

 span { border-color: rgb(242,66,94); }

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