Html Css Color HEX #F42462 Radical Red

📋 copy color: '#F42462'

red 244 ◦ green 36 ◦ blue 98

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

Shades of Radical Red #F42462

Tints of Radical Red #F42462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.52%

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

R = 64.55%
G = 9.52%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F42462 (or 0xF42462) is known color: Radical Red. HEX triplet: F4, 24 and 62. RGB value is (244,36,98). Sum of RGB (Red+Green+Blue) = 244+36+98=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F42462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42462 is #0BDB9D. Grayscale: #696969. Windows color (decimal): -777118 or 6431988. OLE color: 6431988.

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

Color convert

RGB 244 36 98 -
CMYK 0 0.85 0.60 0.04
HSL 342.12º 0.9% 0.55% -
HSV(B) 342.12º 0.85% 0.96% -
XYZ 40.14 21.38 13.57 -
YUV 105.26 123.91 226.96 -
System Red Green Blue C M Y K H S L
Decimal 244 36 98 0 0.85 0.60 0.04 342.12 0.9 0.55
Hex F4 24 62 0 55 3C 4 156 5A 37
Octal 364 44 142 0 125 74 4 526 132 67
Binary 11110100 100100 1100010 0 1010101 111100 100 101010110 1011010 110111

Color Harmonies of #F42462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42462

Black with #F42462

Text Example


Text Example

White with #F42462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42462; }

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

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

background-color css

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

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

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

border-color css

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

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

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