Html Css Color HEX #F13EA2 Wild Strawberry

📋 copy color: '#F13EA2'

red 241 ◦ green 62 ◦ blue 162

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

Shades of Wild Strawberry #F13EA2

Tints of Wild Strawberry #F13EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 51.83%
G = 13.33%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F13EA2 (or 0xF13EA2) is known color: Wild Strawberry. HEX triplet: F1, 3E and A2. RGB value is (241,62,162). Sum of RGB (Red+Green+Blue) = 241+62+162=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13EA2 is #0EC15D. Grayscale: #7E7E7E. Windows color (decimal): -967006 or 10632945. OLE color: 10632945.

HSL color Cylindrical-coordinate representation of color #F13EA2: hue angle of 326.48º 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 #F13EA2 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 62 162 -
CMYK 0 0.74 0.33 0.05
HSL 326.48º 0.86% 0.59% -
HSV(B) 326.48º 0.74% 0.95% -
XYZ 44.52 24.75 36.61 -
YUV 126.92 147.8 209.37 -
System Red Green Blue C M Y K H S L
Decimal 241 62 162 0 0.74 0.33 0.05 326.48 0.86 0.59
Hex F1 3E A2 0 4A 21 5 146 56 3B
Octal 361 76 242 0 112 41 5 506 126 73
Binary 11110001 111110 10100010 0 1001010 100001 101 101000110 1010110 111011

Color Harmonies of #F13EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13EA2

Black with #F13EA2

Text Example


Text Example

White with #F13EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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