Html Css Color HEX #F42D5A Radical Red

📋 copy color: '#F42D5A'

red 244 ◦ green 45 ◦ blue 90

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

Shades of Radical Red #F42D5A

Tints of Radical Red #F42D5A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 64.38%
G = 11.87%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F42D5A (or 0xF42D5A) is known color: Radical Red. HEX triplet: F4, 2D and 5A. RGB value is (244,45,90). Sum of RGB (Red+Green+Blue) = 244+45+90=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42D5A is #0BD2A5. Grayscale: #6D6D6D. Windows color (decimal): -774822 or 5910004. OLE color: 5910004.

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

Color convert

RGB 244 45 90 -
CMYK 0 0.82 0.63 0.04
HSL 346.43º 0.9% 0.57% -
HSV(B) 346.43º 0.82% 0.96% -
XYZ 40.09 21.85 11.78 -
YUV 109.63 116.93 223.84 -
System Red Green Blue C M Y K H S L
Decimal 244 45 90 0 0.82 0.63 0.04 346.43 0.9 0.57
Hex F4 2D 5A 0 52 3F 4 15A 5A 39
Octal 364 55 132 0 122 77 4 532 132 71
Binary 11110100 101101 1011010 0 1010010 111111 100 101011010 1011010 111001

Color Harmonies of #F42D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D5A

Black with #F42D5A

Text Example


Text Example

White with #F42D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D5A; }

 p { color: rgb(244,45,90); }

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

background-color css

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

 a { background-color: rgb(244,45,90); }

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

border-color css

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

 span { border-color: rgb(244,45,90); }

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