Html Css Color HEX #F42F6B Radical Red

📋 copy color: '#F42F6B'

red 244 ◦ green 47 ◦ blue 107

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

Shades of Radical Red #F42F6B

Tints of Radical Red #F42F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 61.31%
G = 11.81%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F42F6B (or 0xF42F6B) is known color: Radical Red. HEX triplet: F4, 2F and 6B. RGB value is (244,47,107). Sum of RGB (Red+Green+Blue) = 244+47+107=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F6B is #0BD094. Grayscale: #707070. Windows color (decimal): -774293 or 7024628. OLE color: 7024628.

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

Color convert

RGB 244 47 107 -
CMYK 0 0.81 0.56 0.04
HSL 341.73º 0.9% 0.57% -
HSV(B) 341.73º 0.81% 0.96% -
XYZ 40.98 22.33 16.06 -
YUV 112.74 124.77 221.62 -
System Red Green Blue C M Y K H S L
Decimal 244 47 107 0 0.81 0.56 0.04 341.73 0.9 0.57
Hex F4 2F 6B 0 51 38 4 156 5A 39
Octal 364 57 153 0 121 70 4 526 132 71
Binary 11110100 101111 1101011 0 1010001 111000 100 101010110 1011010 111001

Color Harmonies of #F42F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F6B

Black with #F42F6B

Text Example


Text Example

White with #F42F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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