Html Css Color HEX #F2425A Radical Red

📋 copy color: '#F2425A'

red 242 ◦ green 66 ◦ blue 90

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

Shades of Radical Red #F2425A

Tints of Radical Red #F2425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 60.8%
G = 16.58%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2425A (or 0xF2425A) is known color: Radical Red. HEX triplet: F2, 42 and 5A. RGB value is (242,66,90). Sum of RGB (Red+Green+Blue) = 242+66+90=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2425A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2425A is #0DBDA5. Grayscale: #797979. Windows color (decimal): -900518 or 5915378. OLE color: 5915378.

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

Color convert

RGB 242 66 90 -
CMYK 0 0.73 0.63 0.05
HSL 351.82º 0.87% 0.6% -
HSV(B) 351.82º 0.73% 0.95% -
XYZ 40.41 23.51 12.08 -
YUV 121.36 110.31 214.05 -
System Red Green Blue C M Y K H S L
Decimal 242 66 90 0 0.73 0.63 0.05 351.82 0.87 0.6
Hex F2 42 5A 0 49 3F 5 160 57 3C
Octal 362 102 132 0 111 77 5 540 127 74
Binary 11110010 1000010 1011010 0 1001001 111111 101 101100000 1010111 111100

Color Harmonies of #F2425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2425A

Black with #F2425A

Text Example


Text Example

White with #F2425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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