Html Css Color HEX #F13EA3 Wild Strawberry

📋 copy color: '#F13EA3'

red 241 ◦ green 62 ◦ blue 163

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

Shades of Wild Strawberry #F13EA3

Tints of Wild Strawberry #F13EA3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

 BLUE value IS 163 (64.06% from 255) = 34.98%

R = 51.72%
G = 13.3%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F13EA3 (or 0xF13EA3) is known color: Wild Strawberry. HEX triplet: F1, 3E and A3. RGB value is (241,62,163). Sum of RGB (Red+Green+Blue) = 241+62+163=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13EA3 is #0EC15C. Grayscale: #7E7E7E. Windows color (decimal): -967005 or 10698481. OLE color: 10698481.

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

Color convert

RGB 241 62 163 -
CMYK 0 0.74 0.32 0.05
HSL 326.15º 0.86% 0.59% -
HSV(B) 326.15º 0.74% 0.95% -
XYZ 44.61 24.79 37.08 -
YUV 127.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 241 62 163 0 0.74 0.32 0.05 326.15 0.86 0.59
Hex F1 3E A3 0 4A 20 5 146 56 3B
Octal 361 76 243 0 112 40 5 506 126 73
Binary 11110001 111110 10100011 0 1001010 100000 101 101000110 1010110 111011

Color Harmonies of #F13EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13EA3

Black with #F13EA3

Text Example


Text Example

White with #F13EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13EA3; }

 p { color: rgb(241,62,163); }

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

background-color css

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

 a { background-color: rgb(241,62,163); }

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

border-color css

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

 span { border-color: rgb(241,62,163); }

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