Html Css Color HEX #F42F74 Radical Red

📋 copy color: '#F42F74'

red 244 ◦ green 47 ◦ blue 116

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

Shades of Radical Red #F42F74

Tints of Radical Red #F42F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.5%

R = 59.95%
G = 11.55%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F42F74 (or 0xF42F74) is known color: Radical Red. HEX triplet: F4, 2F and 74. RGB value is (244,47,116). Sum of RGB (Red+Green+Blue) = 244+47+116=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F74 is #0BD08B. Grayscale: #717171. Windows color (decimal): -774284 or 7614452. OLE color: 7614452.

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

Color convert

RGB 244 47 116 -
CMYK 0 0.81 0.52 0.04
HSL 338.98º 0.9% 0.57% -
HSV(B) 338.98º 0.81% 0.96% -
XYZ 41.48 22.53 18.69 -
YUV 113.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 244 47 116 0 0.81 0.52 0.04 338.98 0.9 0.57
Hex F4 2F 74 0 51 34 4 153 5A 39
Octal 364 57 164 0 121 64 4 523 132 71
Binary 11110100 101111 1110100 0 1010001 110100 100 101010011 1011010 111001

Color Harmonies of #F42F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F74

Black with #F42F74

Text Example


Text Example

White with #F42F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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