Html Css Color HEX #F13FA0 Wild Strawberry

📋 copy color: '#F13FA0'

red 241 ◦ green 63 ◦ blue 160

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

Shades of Wild Strawberry #F13FA0

Tints of Wild Strawberry #F13FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 51.94%
G = 13.58%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F13FA0 (or 0xF13FA0) is known color: Wild Strawberry. HEX triplet: F1, 3F and A0. RGB value is (241,63,160). Sum of RGB (Red+Green+Blue) = 241+63+160=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13FA0 is #0EC05F. Grayscale: #7F7F7F. Windows color (decimal): -966752 or 10502129. OLE color: 10502129.

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

Color convert

RGB 241 63 160 -
CMYK 0 0.74 0.34 0.05
HSL 327.3º 0.86% 0.6% -
HSV(B) 327.3º 0.74% 0.95% -
XYZ 44.4 24.79 35.7 -
YUV 127.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 241 63 160 0 0.74 0.34 0.05 327.3 0.86 0.6
Hex F1 3F A0 0 4A 22 5 147 56 3C
Octal 361 77 240 0 112 42 5 507 126 74
Binary 11110001 111111 10100000 0 1001010 100010 101 101000111 1010110 111100

Color Harmonies of #F13FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FA0

Black with #F13FA0

Text Example


Text Example

White with #F13FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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