Html Css Color HEX #F041AB Wild Strawberry

📋 copy color: '#F041AB'

red 240 ◦ green 65 ◦ blue 171

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

Shades of Wild Strawberry #F041AB

Tints of Wild Strawberry #F041AB

RGB

 RED value IS 240 (94.14% from 255) = 50.42%

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

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

R = 50.42%
G = 13.66%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F041AB (or 0xF041AB) is known color: Wild Strawberry. HEX triplet: F0, 41 and AB. RGB value is (240,65,171). Sum of RGB (Red+Green+Blue) = 240+65+171=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F041AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F041AB is #0FBE54. Grayscale: #818181. Windows color (decimal): -1031765 or 11223536. OLE color: 11223536.

HSL color Cylindrical-coordinate representation of color #F041AB: hue angle of 323.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041AB is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 171 -
CMYK 0 0.73 0.29 0.06
HSL 323.66º 0.85% 0.6% -
HSV(B) 323.66º 0.73% 0.94% -
XYZ 45.18 25.25 41.02 -
YUV 129.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 240 65 171 0 0.73 0.29 0.06 323.66 0.85 0.6
Hex F0 41 AB 0 49 1D 6 144 55 3C
Octal 360 101 253 0 111 35 6 504 125 74
Binary 11110000 1000001 10101011 0 1001001 11101 110 101000100 1010101 111100

Color Harmonies of #F041AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041AB

Black with #F041AB

Text Example


Text Example

White with #F041AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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