Html Css Color HEX #F42E68 Radical Red

📋 copy color: '#F42E68'

red 244 ◦ green 46 ◦ blue 104

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

Shades of Radical Red #F42E68

Tints of Radical Red #F42E68

RGB

 RED value IS 244 (95.7% from 255) = 61.93%

 GREEN value IS 46 (18.36% from 255) = 11.68%

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 61.93%
G = 11.68%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F42E68 (or 0xF42E68) is known color: Radical Red. HEX triplet: F4, 2E and 68. RGB value is (244,46,104). Sum of RGB (Red+Green+Blue) = 244+46+104=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42E68 is #0BD197. Grayscale: #6F6F6F. Windows color (decimal): -774552 or 6827764. OLE color: 6827764.

HSL color Cylindrical-coordinate representation of color #F42E68: hue angle of 342.42º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42E68 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 46 104 -
CMYK 0 0.81 0.57 0.04
HSL 342.42º 0.9% 0.57% -
HSV(B) 342.42º 0.81% 0.96% -
XYZ 40.78 22.19 15.23 -
YUV 111.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 244 46 104 0 0.81 0.57 0.04 342.42 0.9 0.57
Hex F4 2E 68 0 51 39 4 156 5A 39
Octal 364 56 150 0 121 71 4 526 132 71
Binary 11110100 101110 1101000 0 1010001 111001 100 101010110 1011010 111001

Color Harmonies of #F42E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42E68

Black with #F42E68

Text Example


Text Example

White with #F42E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42E68; }

 p { color: rgb(244,46,104); }

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

background-color css

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

 a { background-color: rgb(244,46,104); }

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

border-color css

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

 span { border-color: rgb(244,46,104); }

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