Html Css Color HEX #F42561 Radical Red

📋 copy color: '#F42561'

red 244 ◦ green 37 ◦ blue 97

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

Shades of Radical Red #F42561

Tints of Radical Red #F42561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.79%

 BLUE value IS 97 (38.28% from 255) = 25.66%

R = 64.55%
G = 9.79%
B = 25.66%

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

#F42561 (or 0xF42561) is known color: Radical Red. HEX triplet: F4, 25 and 61. RGB value is (244,37,97). Sum of RGB (Red+Green+Blue) = 244+37+97=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F42561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42561 is #0BDA9E. Grayscale: #696969. Windows color (decimal): -776863 or 6366708. OLE color: 6366708.

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

Color convert

RGB 244 37 97 -
CMYK 0 0.85 0.60 0.04
HSL 342.61º 0.9% 0.55% -
HSV(B) 342.61º 0.85% 0.96% -
XYZ 40.13 21.42 13.33 -
YUV 105.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 244 37 97 0 0.85 0.60 0.04 342.61 0.9 0.55
Hex F4 25 61 0 55 3C 4 157 5A 37
Octal 364 45 141 0 125 74 4 527 132 67
Binary 11110100 100101 1100001 0 1010101 111100 100 101010111 1011010 110111

Color Harmonies of #F42561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42561

Black with #F42561

Text Example


Text Example

White with #F42561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42561; }

 p { color: rgb(244,37,97); }

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

background-color css

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

 a { background-color: rgb(244,37,97); }

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

border-color css

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

 span { border-color: rgb(244,37,97); }

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