Html Css Color HEX #F42D6A Radical Red

📋 copy color: '#F42D6A'

red 244 ◦ green 45 ◦ blue 106

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

Shades of Radical Red #F42D6A

Tints of Radical Red #F42D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 61.77%
G = 11.39%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F42D6A (or 0xF42D6A) is known color: Radical Red. HEX triplet: F4, 2D and 6A. RGB value is (244,45,106). Sum of RGB (Red+Green+Blue) = 244+45+106=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42D6A is #0BD295. Grayscale: #6F6F6F. Windows color (decimal): -774806 or 6958580. OLE color: 6958580.

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

Color convert

RGB 244 45 106 -
CMYK 0 0.82 0.57 0.04
HSL 341.61º 0.9% 0.57% -
HSV(B) 341.61º 0.82% 0.96% -
XYZ 40.85 22.15 15.76 -
YUV 111.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 244 45 106 0 0.82 0.57 0.04 341.61 0.9 0.57
Hex F4 2D 6A 0 52 39 4 156 5A 39
Octal 364 55 152 0 122 71 4 526 132 71
Binary 11110100 101101 1101010 0 1010010 111001 100 101010110 1011010 111001

Color Harmonies of #F42D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D6A

Black with #F42D6A

Text Example


Text Example

White with #F42D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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