Html Css Color HEX #F141AA Wild Strawberry

📋 copy color: '#F141AA'

red 241 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #F141AA

Tints of Wild Strawberry #F141AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 50.63%
G = 13.66%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F141AA (or 0xF141AA) is known color: Wild Strawberry. HEX triplet: F1, 41 and AA. RGB value is (241,65,170). Sum of RGB (Red+Green+Blue) = 241+65+170=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F141AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141AA is #0EBE55. Grayscale: #818181. Windows color (decimal): -966230 or 11158001. OLE color: 11158001.

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

Color convert

RGB 241 65 170 -
CMYK 0 0.73 0.29 0.05
HSL 324.2º 0.86% 0.6% -
HSV(B) 324.2º 0.73% 0.95% -
XYZ 45.42 25.38 40.54 -
YUV 129.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 241 65 170 0 0.73 0.29 0.05 324.2 0.86 0.6
Hex F1 41 AA 0 49 1D 5 144 56 3C
Octal 361 101 252 0 111 35 5 504 126 74
Binary 11110001 1000001 10101010 0 1001001 11101 101 101000100 1010110 111100

Color Harmonies of #F141AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141AA

Black with #F141AA

Text Example


Text Example

White with #F141AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141AA; }

 p { color: rgb(241,65,170); }

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

background-color css

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

 a { background-color: rgb(241,65,170); }

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

border-color css

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

 span { border-color: rgb(241,65,170); }

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