Html Css Color HEX #F13F6B Radical Red

📋 copy color: '#F13F6B'

red 241 ◦ green 63 ◦ blue 107

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

Shades of Radical Red #F13F6B

Tints of Radical Red #F13F6B

RGB

 RED value IS 241 (94.53% from 255) = 58.64%

 GREEN value IS 63 (25% from 255) = 15.33%

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

R = 58.64%
G = 15.33%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F13F6B (or 0xF13F6B) is known color: Radical Red. HEX triplet: F1, 3F and 6B. RGB value is (241,63,107). Sum of RGB (Red+Green+Blue) = 241+63+107=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13F6B is #0EC094. Grayscale: #797979. Windows color (decimal): -966805 or 7028721. OLE color: 7028721.

HSL color Cylindrical-coordinate representation of color #F13F6B: hue angle of 345.17º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F6B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 107 -
CMYK 0 0.74 0.56 0.05
HSL 345.17º 0.86% 0.6% -
HSV(B) 345.17º 0.74% 0.95% -
XYZ 40.71 23.32 16.27 -
YUV 121.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 241 63 107 0 0.74 0.56 0.05 345.17 0.86 0.6
Hex F1 3F 6B 0 4A 38 5 159 56 3C
Octal 361 77 153 0 112 70 5 531 126 74
Binary 11110001 111111 1101011 0 1001010 111000 101 101011001 1010110 111100

Color Harmonies of #F13F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F6B

Black with #F13F6B

Text Example


Text Example

White with #F13F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F6B; }

 p { color: rgb(241,63,107); }

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

background-color css

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

 a { background-color: rgb(241,63,107); }

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

border-color css

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

 span { border-color: rgb(241,63,107); }

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