Html Css Color HEX #F42466 Radical Red

📋 copy color: '#F42466'

red 244 ◦ green 36 ◦ blue 102

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

Shades of Radical Red #F42466

Tints of Radical Red #F42466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.7%

R = 63.87%
G = 9.42%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F42466 (or 0xF42466) is known color: Radical Red. HEX triplet: F4, 24 and 66. RGB value is (244,36,102). Sum of RGB (Red+Green+Blue) = 244+36+102=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F42466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42466 is #0BDB99. Grayscale: #696969. Windows color (decimal): -777114 or 6694132. OLE color: 6694132.

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

Color convert

RGB 244 36 102 -
CMYK 0 0.85 0.58 0.04
HSL 340.96º 0.9% 0.55% -
HSV(B) 340.96º 0.85% 0.96% -
XYZ 40.34 21.45 14.59 -
YUV 105.72 125.91 226.63 -
System Red Green Blue C M Y K H S L
Decimal 244 36 102 0 0.85 0.58 0.04 340.96 0.9 0.55
Hex F4 24 66 0 55 3A 4 155 5A 37
Octal 364 44 146 0 125 72 4 525 132 67
Binary 11110100 100100 1100110 0 1010101 111010 100 101010101 1011010 110111

Color Harmonies of #F42466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42466

Black with #F42466

Text Example


Text Example

White with #F42466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42466; }

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

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

background-color css

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

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

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

border-color css

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

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

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