Html Css Color HEX #F2425C Radical Red

📋 copy color: '#F2425C'

red 242 ◦ green 66 ◦ blue 92

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

Shades of Radical Red #F2425C

Tints of Radical Red #F2425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23%

R = 60.5%
G = 16.5%
B = 23%

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

#F2425C (or 0xF2425C) is known color: Radical Red. HEX triplet: F2, 42 and 5C. RGB value is (242,66,92). Sum of RGB (Red+Green+Blue) = 242+66+92=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2425C is #0DBDA3. Grayscale: #797979. Windows color (decimal): -900516 or 6046450. OLE color: 6046450.

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

Color convert

RGB 242 66 92 -
CMYK 0 0.73 0.62 0.05
HSL 351.14º 0.87% 0.6% -
HSV(B) 351.14º 0.73% 0.95% -
XYZ 40.5 23.55 12.54 -
YUV 121.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 242 66 92 0 0.73 0.62 0.05 351.14 0.87 0.6
Hex F2 42 5C 0 49 3E 5 15F 57 3C
Octal 362 102 134 0 111 76 5 537 127 74
Binary 11110010 1000010 1011100 0 1001001 111110 101 101011111 1010111 111100

Color Harmonies of #F2425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2425C

Black with #F2425C

Text Example


Text Example

White with #F2425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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