Html Css Color HEX #F142A3 Wild Strawberry

📋 copy color: '#F142A3'

red 241 ◦ green 66 ◦ blue 163

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

Shades of Wild Strawberry #F142A3

Tints of Wild Strawberry #F142A3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.04%

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 51.28%
G = 14.04%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F142A3 (or 0xF142A3) is known color: Wild Strawberry. HEX triplet: F1, 42 and A3. RGB value is (241,66,163). Sum of RGB (Red+Green+Blue) = 241+66+163=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F142A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F142A3 is #0EBD5C. Grayscale: #818181. Windows color (decimal): -965981 or 10699505. OLE color: 10699505.

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

Color convert

RGB 241 66 163 -
CMYK 0 0.73 0.32 0.05
HSL 326.74º 0.86% 0.6% -
HSV(B) 326.74º 0.73% 0.95% -
XYZ 44.83 25.24 37.16 -
YUV 129.38 146.98 207.61 -
System Red Green Blue C M Y K H S L
Decimal 241 66 163 0 0.73 0.32 0.05 326.74 0.86 0.6
Hex F1 42 A3 0 49 20 5 147 56 3C
Octal 361 102 243 0 111 40 5 507 126 74
Binary 11110001 1000010 10100011 0 1001001 100000 101 101000111 1010110 111100

Color Harmonies of #F142A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F142A3

Black with #F142A3

Text Example


Text Example

White with #F142A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F142A3; }

 p { color: rgb(241,66,163); }

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

background-color css

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

 a { background-color: rgb(241,66,163); }

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

border-color css

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

 span { border-color: rgb(241,66,163); }

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