Html Css Color HEX #F541AB Wild Strawberry

📋 copy color: '#F541AB'

red 245 ◦ green 65 ◦ blue 171

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

Shades of Wild Strawberry #F541AB

Tints of Wild Strawberry #F541AB

RGB

 RED value IS 245 (96.09% from 255) = 50.94%

 GREEN value IS 65 (25.78% from 255) = 13.51%

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 50.94%
G = 13.51%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F541AB (or 0xF541AB) is known color: Wild Strawberry. HEX triplet: F5, 41 and AB. RGB value is (245,65,171). Sum of RGB (Red+Green+Blue) = 245+65+171=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F541AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F541AB is #0ABE54. Grayscale: #828282. Windows color (decimal): -704085 or 11223541. OLE color: 11223541.

HSL color Cylindrical-coordinate representation of color #F541AB: hue angle of 324.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541AB is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 65 171 -
CMYK 0 0.73 0.30 0.04
HSL 324.67º 0.9% 0.61% -
HSV(B) 324.67º 0.73% 0.96% -
XYZ 46.9 26.13 41.1 -
YUV 130.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 245 65 171 0 0.73 0.30 0.04 324.67 0.9 0.61
Hex F5 41 AB 0 49 1E 4 145 5A 3D
Octal 365 101 253 0 111 36 4 505 132 75
Binary 11110101 1000001 10101011 0 1001001 11110 100 101000101 1011010 111101

Color Harmonies of #F541AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541AB

Black with #F541AB

Text Example


Text Example

White with #F541AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541AB; }

 p { color: rgb(245,65,171); }

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

background-color css

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

 a { background-color: rgb(245,65,171); }

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

border-color css

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

 span { border-color: rgb(245,65,171); }

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