Html Css Color HEX #F42F65 Radical Red

📋 copy color: '#F42F65'

red 244 ◦ green 47 ◦ blue 101

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

Shades of Radical Red #F42F65

Tints of Radical Red #F42F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.77%

R = 62.24%
G = 11.99%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F42F65 (or 0xF42F65) is known color: Radical Red. HEX triplet: F4, 2F and 65. RGB value is (244,47,101). Sum of RGB (Red+Green+Blue) = 244+47+101=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F65 is #0BD09A. Grayscale: #707070. Windows color (decimal): -774299 or 6631412. OLE color: 6631412.

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

Color convert

RGB 244 47 101 -
CMYK 0 0.81 0.59 0.04
HSL 343.55º 0.9% 0.57% -
HSV(B) 343.55º 0.81% 0.96% -
XYZ 40.67 22.21 14.45 -
YUV 112.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 244 47 101 0 0.81 0.59 0.04 343.55 0.9 0.57
Hex F4 2F 65 0 51 3B 4 158 5A 39
Octal 364 57 145 0 121 73 4 530 132 71
Binary 11110100 101111 1100101 0 1010001 111011 100 101011000 1011010 111001

Color Harmonies of #F42F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F65

Black with #F42F65

Text Example


Text Example

White with #F42F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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