Html Css Color HEX #F0425E Radical Red

📋 copy color: '#F0425E'

red 240 ◦ green 66 ◦ blue 94

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

Shades of Radical Red #F0425E

Tints of Radical Red #F0425E

RGB

 RED value IS 240 (94.14% from 255) = 60%

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

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

R = 60%
G = 16.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0425E (or 0xF0425E) is known color: Radical Red. HEX triplet: F0, 42 and 5E. RGB value is (240,66,94). Sum of RGB (Red+Green+Blue) = 240+66+94=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0425E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0425E is #0FBDA1. Grayscale: #797979. Windows color (decimal): -1031586 or 6177520. OLE color: 6177520.

HSL color Cylindrical-coordinate representation of color #F0425E: hue angle of 350.34º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0425E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 94 -
CMYK 0 0.72 0.61 0.06
HSL 350.34º 0.85% 0.6% -
HSV(B) 350.34º 0.73% 0.94% -
XYZ 39.9 23.23 12.97 -
YUV 121.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 240 66 94 0 0.72 0.61 0.06 350.34 0.85 0.6
Hex F0 42 5E 0 48 3D 6 15E 55 3C
Octal 360 102 136 0 110 75 6 536 125 74
Binary 11110000 1000010 1011110 0 1001000 111101 110 101011110 1010101 111100

Color Harmonies of #F0425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0425E

Black with #F0425E

Text Example


Text Example

White with #F0425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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