Html Css Color HEX #F143A1 Wild Strawberry

📋 copy color: '#F143A1'

red 241 ◦ green 67 ◦ blue 161

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

Shades of Wild Strawberry #F143A1

Tints of Wild Strawberry #F143A1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.29%

 BLUE value IS 161 (63.28% from 255) = 34.33%

R = 51.39%
G = 14.29%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F143A1 (or 0xF143A1) is known color: Wild Strawberry. HEX triplet: F1, 43 and A1. RGB value is (241,67,161). Sum of RGB (Red+Green+Blue) = 241+67+161=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F143A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143A1 is #0EBC5E. Grayscale: #818181. Windows color (decimal): -965727 or 10568689. OLE color: 10568689.

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

Color convert

RGB 241 67 161 -
CMYK 0 0.72 0.33 0.05
HSL 327.59º 0.86% 0.6% -
HSV(B) 327.59º 0.72% 0.95% -
XYZ 44.72 25.29 36.24 -
YUV 129.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 241 67 161 0 0.72 0.33 0.05 327.59 0.86 0.6
Hex F1 43 A1 0 48 21 5 148 56 3C
Octal 361 103 241 0 110 41 5 510 126 74
Binary 11110001 1000011 10100001 0 1001000 100001 101 101001000 1010110 111100

Color Harmonies of #F143A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143A1

Black with #F143A1

Text Example


Text Example

White with #F143A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143A1; }

 p { color: rgb(241,67,161); }

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

background-color css

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

 a { background-color: rgb(241,67,161); }

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

border-color css

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

 span { border-color: rgb(241,67,161); }

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