Html Css Color HEX #F42F62 Radical Red

📋 copy color: '#F42F62'

red 244 ◦ green 47 ◦ blue 98

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

Shades of Radical Red #F42F62

Tints of Radical Red #F42F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.08%

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 62.72%
G = 12.08%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F42F62 (or 0xF42F62) is known color: Radical Red. HEX triplet: F4, 2F and 62. RGB value is (244,47,98). Sum of RGB (Red+Green+Blue) = 244+47+98=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F62 is #0BD09D. Grayscale: #6F6F6F. Windows color (decimal): -774302 or 6434804. OLE color: 6434804.

HSL color Cylindrical-coordinate representation of color #F42F62: hue angle of 344.47º 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 #F42F62 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 47 98 -
CMYK 0 0.81 0.60 0.04
HSL 344.47º 0.9% 0.57% -
HSV(B) 344.47º 0.81% 0.96% -
XYZ 40.53 22.15 13.69 -
YUV 111.72 120.27 222.35 -
System Red Green Blue C M Y K H S L
Decimal 244 47 98 0 0.81 0.60 0.04 344.47 0.9 0.57
Hex F4 2F 62 0 51 3C 4 158 5A 39
Octal 364 57 142 0 121 74 4 530 132 71
Binary 11110100 101111 1100010 0 1010001 111100 100 101011000 1011010 111001

Color Harmonies of #F42F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F62

Black with #F42F62

Text Example


Text Example

White with #F42F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F62; }

 p { color: rgb(244,47,98); }

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

background-color css

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

 a { background-color: rgb(244,47,98); }

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

border-color css

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

 span { border-color: rgb(244,47,98); }

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